@charset "UTF-8";

/**
 * Remove top margin from first child and bottom margin from last child.
 */

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

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

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

input::placeholder,
textarea::placeholder {
  color: #7d7d7d;
}

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

html {
  font-family: Raleway, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

body {
  font-family: Raleway, sans-serif;
  overflow-x: hidden;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  width: 100%;
}

.animation-buzz-out {
  -webkit-animation-name: buzz-out;
          animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
  }
}

.animation-shifting-background {
  -webkit-animation: shifting-background 30s ease infinite;
          animation: shifting-background 30s ease infinite;
}

@-webkit-keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.contenido h2, .contenido .h2{
  font-size: 1.52381rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.contenido p {
  margin-bottom: 1rem;
}

.contenido ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  list-style: disc;
}

@media screen and (min-width: 480px) {
  .caracteristicas--item:not(:last-child):after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: block;
    content: "";
  }
}

.triaje-home--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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .triaje-home--content {
    width: 280px;
  }
}

.triaje-home--h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .triaje-home--h2 {
    margin-bottom: 2rem;
  }
}

.triaje-home--button {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.triaje-home--button .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .triaje-home--button .owl-dot span {
  border-style: none !important;
}

.triaje-home--button .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.equipo--item {
  text-align: center;
}

.home--contacto {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-contacto-home@2x.jpg);
}

.embed-responsive iframe,.embed-responsive>iframe,.embed-responsive>embed,.embed-responsive>object,.embed-responsive>video{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.icono-central {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.icono-central::before {
  --tw-border-opacity: 1;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 0;
  content: "";
  top: 50%;
}

.icono-central span {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 10;
}

.icono-central i {
  display: inline-block;
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .icono-central i {
    font-size: 2.25rem;
  }
}

.como-funciona__pasos {
  position: relative;
}

@media (min-width: 768px) {
  .como-funciona__pasos:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: absolute;
    left: 50%;
    width: 50%;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: -50%;
    z-index: 2;
    top: 45px;
    content: "";
    height: 2px;
  }
}

.como-funciona__icono {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity));
  display: block;
  font-size: 4.625rem;
  line-height: 1;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .como-funciona__icono {
    width: 120px;
  }
}

@media (min-width: 1024px) {
  .como-funciona__icono {
    width: 200px;
  }
}

.loading {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  background-image: url("../img/loading.gif");
  display: none;
}

.loading--blue__500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-image: url("../img/loading-blue-400.gif");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-red > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 51, 51, var(--tw-divide-opacity)) !important;
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(125, 125, 125, var(--tw-divide-opacity)) !important;
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 111, 111, var(--tw-divide-opacity)) !important;
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 167, 69, var(--tw-divide-opacity)) !important;
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 145, 23, var(--tw-divide-opacity)) !important;
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 194, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 144, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(26, 124, 219, var(--tw-divide-opacity)) !important;
}

.divide-default > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

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

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2 !important;
}

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

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4 !important;
}

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

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7 !important;
}

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

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95 !important;
}

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

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

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

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

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

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

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

.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-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

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

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

.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
}

.bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
}

.bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
}

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

.bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
}

.bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
}

.bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
}

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

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

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

.group:hover .group-hover\:bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
}

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

.group:hover .group-hover\:bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
}

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

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

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

.focus-within\:bg-red:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
}

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

.focus-within\:bg-yellow-100:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow-500:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-200:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-300:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-400:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
}

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

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

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

.hover\:bg-red:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
}

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

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
}

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

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

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

.focus\:bg-red:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
}

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

.focus\:bg-yellow-100:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-200:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.from-red{
  --tw-gradient-from: #f33 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
}

.from-gray-100{
  --tw-gradient-from: #f3f3f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.from-gray-200{
  --tw-gradient-from: #DADADA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
}

.from-gray-400{
  --tw-gradient-from: #7d7d7d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
}

.from-gray-500{
  --tw-gradient-from: #706F6F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
}

.from-gray-700{
  --tw-gradient-from: #333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.from-yellow-100{
  --tw-gradient-from: #fca745 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
}

.from-yellow-500{
  --tw-gradient-from: #FB9117 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
}

.from-blue-200{
  --tw-gradient-from: #1EC2FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
}

.from-blue-300{
  --tw-gradient-from: #1E90FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
}

.from-blue-400{
  --tw-gradient-from: #1a7cdb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
}

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

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

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

.via-red{
  --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
}

.via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
}

.via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
}

.via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
}

.via-gray-700{
  --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.via-yellow-100{
  --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
}

.via-yellow-500{
  --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
}

.via-blue-200{
  --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
}

.via-blue-300{
  --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
}

.via-blue-400{
  --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
}

.to-transparent{
  --tw-gradient-to: transparent !important;
}

.to-black{
  --tw-gradient-to: #000 !important;
}

.to-white{
  --tw-gradient-to: #fff !important;
}

.to-red{
  --tw-gradient-to: #f33 !important;
}

.to-gray-100{
  --tw-gradient-to: #f3f3f3 !important;
}

.to-gray-200{
  --tw-gradient-to: #DADADA !important;
}

.to-gray-400{
  --tw-gradient-to: #7d7d7d !important;
}

.to-gray-500{
  --tw-gradient-to: #706F6F !important;
}

.to-gray-700{
  --tw-gradient-to: #333 !important;
}

.to-yellow-100{
  --tw-gradient-to: #fca745 !important;
}

.to-yellow-500{
  --tw-gradient-to: #FB9117 !important;
}

.to-blue-200{
  --tw-gradient-to: #1EC2FF !important;
}

.to-blue-300{
  --tw-gradient-to: #1E90FF !important;
}

.to-blue-400{
  --tw-gradient-to: #1a7cdb !important;
}

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

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

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

.hover\:from-red:hover{
  --tw-gradient-from: #f33 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
}

.hover\:from-gray-100:hover{
  --tw-gradient-from: #f3f3f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #DADADA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
}

.hover\:from-gray-400:hover{
  --tw-gradient-from: #7d7d7d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
}

.hover\:from-gray-500:hover{
  --tw-gradient-from: #706F6F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
}

.hover\:from-gray-700:hover{
  --tw-gradient-from: #333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:from-yellow-100:hover{
  --tw-gradient-from: #fca745 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
}

.hover\:from-yellow-500:hover{
  --tw-gradient-from: #FB9117 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
}

.hover\:from-blue-200:hover{
  --tw-gradient-from: #1EC2FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
}

.hover\:from-blue-300:hover{
  --tw-gradient-from: #1E90FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
}

.hover\:from-blue-400:hover{
  --tw-gradient-from: #1a7cdb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
}

.hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

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

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

.hover\:via-red:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
}

.hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
}

.hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
}

.hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
}

.hover\:via-gray-700:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:via-yellow-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
}

.hover\:via-yellow-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
}

.hover\:via-blue-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
}

.hover\:via-blue-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
}

.hover\:via-blue-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
}

.hover\:to-transparent:hover{
  --tw-gradient-to: transparent !important;
}

.hover\:to-black:hover{
  --tw-gradient-to: #000 !important;
}

.hover\:to-white:hover{
  --tw-gradient-to: #fff !important;
}

.hover\:to-red:hover{
  --tw-gradient-to: #f33 !important;
}

.hover\:to-gray-100:hover{
  --tw-gradient-to: #f3f3f3 !important;
}

.hover\:to-gray-200:hover{
  --tw-gradient-to: #DADADA !important;
}

.hover\:to-gray-400:hover{
  --tw-gradient-to: #7d7d7d !important;
}

.hover\:to-gray-500:hover{
  --tw-gradient-to: #706F6F !important;
}

.hover\:to-gray-700:hover{
  --tw-gradient-to: #333 !important;
}

.hover\:to-yellow-100:hover{
  --tw-gradient-to: #fca745 !important;
}

.hover\:to-yellow-500:hover{
  --tw-gradient-to: #FB9117 !important;
}

.hover\:to-blue-200:hover{
  --tw-gradient-to: #1EC2FF !important;
}

.hover\:to-blue-300:hover{
  --tw-gradient-to: #1E90FF !important;
}

.hover\:to-blue-400:hover{
  --tw-gradient-to: #1a7cdb !important;
}

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

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

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

.focus\:from-red:focus{
  --tw-gradient-from: #f33 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
}

.focus\:from-gray-100:focus{
  --tw-gradient-from: #f3f3f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.focus\:from-gray-200:focus{
  --tw-gradient-from: #DADADA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
}

.focus\:from-gray-400:focus{
  --tw-gradient-from: #7d7d7d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
}

.focus\:from-gray-500:focus{
  --tw-gradient-from: #706F6F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
}

.focus\:from-gray-700:focus{
  --tw-gradient-from: #333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:from-yellow-100:focus{
  --tw-gradient-from: #fca745 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
}

.focus\:from-yellow-500:focus{
  --tw-gradient-from: #FB9117 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
}

.focus\:from-blue-200:focus{
  --tw-gradient-from: #1EC2FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
}

.focus\:from-blue-300:focus{
  --tw-gradient-from: #1E90FF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
}

.focus\:from-blue-400:focus{
  --tw-gradient-from: #1a7cdb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
}

.focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

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

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

.focus\:via-red:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
}

.focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
}

.focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
}

.focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
}

.focus\:via-gray-700:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:via-yellow-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
}

.focus\:via-yellow-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
}

.focus\:via-blue-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
}

.focus\:via-blue-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
}

.focus\:via-blue-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
}

.focus\:to-transparent:focus{
  --tw-gradient-to: transparent !important;
}

.focus\:to-black:focus{
  --tw-gradient-to: #000 !important;
}

.focus\:to-white:focus{
  --tw-gradient-to: #fff !important;
}

.focus\:to-red:focus{
  --tw-gradient-to: #f33 !important;
}

.focus\:to-gray-100:focus{
  --tw-gradient-to: #f3f3f3 !important;
}

.focus\:to-gray-200:focus{
  --tw-gradient-to: #DADADA !important;
}

.focus\:to-gray-400:focus{
  --tw-gradient-to: #7d7d7d !important;
}

.focus\:to-gray-500:focus{
  --tw-gradient-to: #706F6F !important;
}

.focus\:to-gray-700:focus{
  --tw-gradient-to: #333 !important;
}

.focus\:to-yellow-100:focus{
  --tw-gradient-to: #fca745 !important;
}

.focus\:to-yellow-500:focus{
  --tw-gradient-to: #FB9117 !important;
}

.focus\:to-blue-200:focus{
  --tw-gradient-to: #1EC2FF !important;
}

.focus\:to-blue-300:focus{
  --tw-gradient-to: #1E90FF !important;
}

.focus\:to-blue-400:focus{
  --tw-gradient-to: #1a7cdb !important;
}

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

.bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

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

.bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

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

.bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

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

.bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

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

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

.group:hover .group-hover\:bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}

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

.group:hover .group-hover\:bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

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

.group:hover .group-hover\:bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

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

.group:hover .group-hover\:bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}

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

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

.focus-within\:bg-opacity-5:focus-within{
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within{
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within{
  --tw-bg-opacity: 0.2 !important;
}

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

.focus-within\:bg-opacity-30:focus-within{
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within{
  --tw-bg-opacity: 0.4 !important;
}

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

.focus-within\:bg-opacity-60:focus-within{
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within{
  --tw-bg-opacity: 0.7 !important;
}

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

.focus-within\:bg-opacity-80:focus-within{
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within{
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within{
  --tw-bg-opacity: 0.95 !important;
}

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

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

.hover\:bg-opacity-5:hover{
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2 !important;
}

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

.hover\:bg-opacity-30:hover{
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover{
  --tw-bg-opacity: 0.4 !important;
}

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

.hover\:bg-opacity-60:hover{
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7 !important;
}

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

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover{
  --tw-bg-opacity: 0.95 !important;
}

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

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

.focus\:bg-opacity-5:focus{
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus{
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus{
  --tw-bg-opacity: 0.2 !important;
}

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

.focus\:bg-opacity-30:focus{
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus{
  --tw-bg-opacity: 0.4 !important;
}

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

.focus\:bg-opacity-60:focus{
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus{
  --tw-bg-opacity: 0.7 !important;
}

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

.focus\:bg-opacity-80:focus{
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus{
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus{
  --tw-bg-opacity: 0.95 !important;
}

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

.bg-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-black{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

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

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

.border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

.border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
}

.border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
}

.border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.border-yellow-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
}

.border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
}

.border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
}

.border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
}

.border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
}

.border-default{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

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

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

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

.group:hover .group-hover\:border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-700{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-100{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-500{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-200{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-300{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-default{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

.focus-within\:border-transparent:focus-within{
  border-color: transparent !important;
}

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

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

.focus-within\:border-red:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-700:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-100:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-500:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-200:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-300:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-400:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
}

.focus-within\:border-default:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

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

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

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

.hover\:border-red:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-700:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-100:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
}

.hover\:border-default:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

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

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

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

.focus\:border-red:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-700:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-100:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-200:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
}

.focus\:border-default:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
}

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

.border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

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

.border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

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

.border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

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

.border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

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

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5{
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10{
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20{
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30{
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40{
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-60{
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70{
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80{
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90{
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95{
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within{
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within{
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within{
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within{
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within{
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-60:focus-within{
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within{
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within{
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within{
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within{
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1 !important;
}

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

.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2 !important;
}

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

.hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4 !important;
}

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

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7 !important;
}

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

.hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95 !important;
}

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

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

.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2 !important;
}

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

.focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4 !important;
}

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

.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7 !important;
}

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

.focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95 !important;
}

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

.rounded-none{
  border-radius: 0 !important;
}

.rounded-sm{
  border-radius: 0.125rem !important;
}

.rounded-default{
  border-radius: 0.25rem !important;
}

.rounded-lg{
  border-radius: 0.5rem !important;
}

.rounded-full{
  border-radius: 9999px !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-default{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r-default{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b-default{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l-default{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !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-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-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-default{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr-default{
  border-top-right-radius: 0.25rem !important;
}

.rounded-br-default{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl-default{
  border-bottom-left-radius: 0.25rem !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-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;
}

.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: 0px !important;
}

.border-2{
  border-width: 2px !important;
}

.border-4{
  border-width: 4px !important;
}

.border-8{
  border-width: 8px !important;
}

.border{
  border-width: 1px !important;
}

.border-t-0{
  border-top-width: 0px !important;
}

.border-r-0{
  border-right-width: 0px !important;
}

.border-b-0{
  border-bottom-width: 0px !important;
}

.border-l-0{
  border-left-width: 0px !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-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-nowrap{
  -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-default{
  -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-default{
  -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;
}

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

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

.clear-both{
  clear: both !important;
}

.clear-none{
  clear: none !important;
}

.font-sans{
  font-family: Raleway, sans-serif !important;
}

.font-icon{
  font-family: dh-icon !important;
}

.font-light{
  font-weight: 300 !important;
}

.font-regular{
  font-weight: 400 !important;
}

.font-semibold{
  font-weight: 700 !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: 3.75rem !important;
}

.h-20{
  height: 5rem !important;
}

.h-24{
  height: 5.425rem !important;
}

.h-32{
  height: 8rem !important;
}

.h-40{
  height: 10rem !important;
}

.h-48{
  height: 12.5rem !important;
}

.h-56{
  height: 14rem !important;
}

.h-64{
  height: 16rem !important;
}

.h-auto{
  height: auto !important;
}

.h-px{
  height: 1px !important;
}

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vh !important;
}

.text-cero{
  font-size: 0rem !important;
}

.text-xs{
  font-size: 0.5rem !important;
}

.text-sm{
  font-size: 0.86rem !important;
}

.text-base{
  font-size: 1rem !important;
}

.text-lg{
  font-size: 1.125rem !important;
}

.text-xl{
  font-size: 1.25rem !important;
}

.text-2xl{
  font-size: 1.52381rem !important;
}

.text-3xl{
  font-size: 1.75rem !important;
}

.text-4xl{
  font-size: 2.25rem !important;
}

.text-5xl{
  font-size: 3rem !important;
}

.text-6xl{
  font-size: 3.75rem !important;
}

.text-7xl{
  font-size: 4.625rem !important;
}

.leading-leading-3{
  line-height: .75 !important;
}

.leading-none{
  line-height: 1 !important;
}

.leading-tighter{
  line-height: 1.125 !important;
}

.leading-leading-6{
  line-height: 1.5 !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;
}

.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: 3.75rem !important;
}

.m-20{
  margin: 5rem !important;
}

.m-24{
  margin: 5.425rem !important;
}

.m-32{
  margin: 8rem !important;
}

.m-40{
  margin: 10rem !important;
}

.m-48{
  margin: 12.5rem !important;
}

.m-56{
  margin: 14rem !important;
}

.m-64{
  margin: 16rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-px{
  margin: 1px !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: -3.75rem !important;
}

.-m-20{
  margin: -5rem !important;
}

.-m-24{
  margin: -5.425rem !important;
}

.-m-32{
  margin: -8rem !important;
}

.-m-40{
  margin: -10rem !important;
}

.-m-48{
  margin: -12.5rem !important;
}

.-m-56{
  margin: -14rem !important;
}

.-m-64{
  margin: -16rem !important;
}

.-m-px{
  margin: -1px !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: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mx-16{
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !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: 5.425rem !important;
  margin-bottom: 5.425rem !important;
}

.mx-24{
  margin-left: 5.425rem !important;
  margin-right: 5.425rem !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: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.mx-48{
  margin-left: 12.5rem !important;
  margin-right: 12.5rem !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-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: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.-mx-16{
  margin-left: -3.75rem !important;
  margin-right: -3.75rem !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: -5.425rem !important;
  margin-bottom: -5.425rem !important;
}

.-mx-24{
  margin-left: -5.425rem !important;
  margin-right: -5.425rem !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: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.-mx-48{
  margin-left: -12.5rem !important;
  margin-right: -12.5rem !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;
}

.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: 3.75rem !important;
}

.mr-16{
  margin-right: 3.75rem !important;
}

.mb-16{
  margin-bottom: 3.75rem !important;
}

.ml-16{
  margin-left: 3.75rem !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: 5.425rem !important;
}

.mr-24{
  margin-right: 5.425rem !important;
}

.mb-24{
  margin-bottom: 5.425rem !important;
}

.ml-24{
  margin-left: 5.425rem !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: 12.5rem !important;
}

.mr-48{
  margin-right: 12.5rem !important;
}

.mb-48{
  margin-bottom: 12.5rem !important;
}

.ml-48{
  margin-left: 12.5rem !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-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: -3.75rem !important;
}

.-mr-16{
  margin-right: -3.75rem !important;
}

.-mb-16{
  margin-bottom: -3.75rem !important;
}

.-ml-16{
  margin-left: -3.75rem !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: -5.425rem !important;
}

.-mr-24{
  margin-right: -5.425rem !important;
}

.-mb-24{
  margin-bottom: -5.425rem !important;
}

.-ml-24{
  margin-left: -5.425rem !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: -12.5rem !important;
}

.-mr-48{
  margin-right: -12.5rem !important;
}

.-mb-48{
  margin-bottom: -12.5rem !important;
}

.-ml-48{
  margin-left: -12.5rem !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;
}

.max-h-0{
  max-height: 0 !important;
}

.max-h-1{
  max-height: 0.25rem !important;
}

.max-h-2{
  max-height: 0.5rem !important;
}

.max-h-3{
  max-height: 0.75rem !important;
}

.max-h-4{
  max-height: 1rem !important;
}

.max-h-5{
  max-height: 1.25rem !important;
}

.max-h-6{
  max-height: 1.5rem !important;
}

.max-h-8{
  max-height: 2rem !important;
}

.max-h-10{
  max-height: 2.5rem !important;
}

.max-h-12{
  max-height: 3rem !important;
}

.max-h-16{
  max-height: 3.75rem !important;
}

.max-h-20{
  max-height: 5rem !important;
}

.max-h-24{
  max-height: 5.425rem !important;
}

.max-h-32{
  max-height: 8rem !important;
}

.max-h-40{
  max-height: 10rem !important;
}

.max-h-48{
  max-height: 12.5rem !important;
}

.max-h-56{
  max-height: 14rem !important;
}

.max-h-64{
  max-height: 16rem !important;
}

.max-h-px{
  max-height: 1px !important;
}

.max-h-full{
  max-height: 100% !important;
}

.max-h-screen{
  max-height: 100vh !important;
}

.max-w-0{
  max-width: 0rem !important;
}

.max-w-none{
  max-width: none !important;
}

.max-w-xs{
  max-width: 20rem !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-xl{
  max-width: 36rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-4xl{
  max-width: 56rem !important;
}

.max-w-5xl{
  max-width: 64rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

.max-w-7xl{
  max-width: 80rem !important;
}

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

.max-w-min{
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max{
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose{
  max-width: 65ch !important;
}

.max-w-screen-xs{
  max-width: 480px !important;
}

.max-w-screen-sm{
  max-width: 640px !important;
}

.max-w-screen-md{
  max-width: 768px !important;
}

.max-w-screen-lg{
  max-width: 1024px !important;
}

.max-w-screen-xl{
  max-width: 1087px !important;
}

.max-w-screen-xxl{
  max-width: 1440px !important;
}

.min-h-0{
  min-height: 0 !important;
}

.min-h-1{
  min-height: 0.25rem !important;
}

.min-h-2{
  min-height: 0.5rem !important;
}

.min-h-3{
  min-height: 0.75rem !important;
}

.min-h-4{
  min-height: 1rem !important;
}

.min-h-5{
  min-height: 1.25rem !important;
}

.min-h-6{
  min-height: 1.5rem !important;
}

.min-h-8{
  min-height: 2rem !important;
}

.min-h-10{
  min-height: 2.5rem !important;
}

.min-h-12{
  min-height: 3rem !important;
}

.min-h-16{
  min-height: 3.75rem !important;
}

.min-h-20{
  min-height: 5rem !important;
}

.min-h-24{
  min-height: 5.425rem !important;
}

.min-h-32{
  min-height: 8rem !important;
}

.min-h-40{
  min-height: 10rem !important;
}

.min-h-48{
  min-height: 12.5rem !important;
}

.min-h-56{
  min-height: 14rem !important;
}

.min-h-64{
  min-height: 16rem !important;
}

.min-h-auto{
  min-height: auto !important;
}

.min-h-px{
  min-height: 1px !important;
}

.min-h-1\/4{
  min-height: 25% !important;
}

.min-h-1\/2{
  min-height: 50% !important;
}

.min-h-3\/4{
  min-height: 75% !important;
}

.min-h-full{
  min-height: 100% !important;
}

.min-h-screen{
  min-height: 100vh !important;
}

.min-w-0{
  min-width: 0px !important;
}

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

.min-w-min{
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max{
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !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-5{
  opacity: 0.05 !important;
}

.opacity-10{
  opacity: 0.1 !important;
}

.opacity-20{
  opacity: 0.2 !important;
}

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

.opacity-30{
  opacity: 0.3 !important;
}

.opacity-40{
  opacity: 0.4 !important;
}

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

.opacity-60{
  opacity: 0.6 !important;
}

.opacity-70{
  opacity: 0.7 !important;
}

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

.opacity-80{
  opacity: 0.8 !important;
}

.opacity-90{
  opacity: 0.9 !important;
}

.opacity-95{
  opacity: 0.95 !important;
}

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

.group:hover .group-hover\:opacity-0{
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5{
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10{
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20{
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25{
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40{
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-60{
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70{
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75{
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80{
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95{
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1 !important;
}

.focus-within\:opacity-0:focus-within{
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within{
  opacity: 0.05 !important;
}

.focus-within\:opacity-10:focus-within{
  opacity: 0.1 !important;
}

.focus-within\:opacity-20:focus-within{
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within{
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within{
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within{
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within{
  opacity: 0.5 !important;
}

.focus-within\:opacity-60:focus-within{
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within{
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within{
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within{
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within{
  opacity: 0.9 !important;
}

.focus-within\:opacity-95:focus-within{
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1 !important;
}

.hover\:opacity-0:hover{
  opacity: 0 !important;
}

.hover\:opacity-5:hover{
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover{
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover{
  opacity: 0.2 !important;
}

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

.hover\:opacity-30:hover{
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover{
  opacity: 0.4 !important;
}

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

.hover\:opacity-60:hover{
  opacity: 0.6 !important;
}

.hover\:opacity-70:hover{
  opacity: 0.7 !important;
}

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

.hover\:opacity-80:hover{
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover{
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover{
  opacity: 0.95 !important;
}

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

.focus\:opacity-0:focus{
  opacity: 0 !important;
}

.focus\:opacity-5:focus{
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus{
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus{
  opacity: 0.2 !important;
}

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

.focus\:opacity-30:focus{
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus{
  opacity: 0.4 !important;
}

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

.focus\:opacity-60:focus{
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus{
  opacity: 0.7 !important;
}

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

.focus\:opacity-80:focus{
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus{
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus{
  opacity: 0.95 !important;
}

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

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-visible{
  overflow: visible !important;
}

.overflow-scroll{
  overflow: scroll !important;
}

.overflow-x-auto{
  overflow-x: auto !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.overflow-y-hidden{
  overflow-y: hidden !important;
}

.overflow-x-visible{
  overflow-x: visible !important;
}

.overflow-y-visible{
  overflow-y: visible !important;
}

.overflow-x-scroll{
  overflow-x: scroll !important;
}

.overflow-y-scroll{
  overflow-y: scroll !important;
}

.overscroll-auto{
  -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: 3.75rem !important;
}

.p-20{
  padding: 5rem !important;
}

.p-24{
  padding: 5.425rem !important;
}

.p-32{
  padding: 8rem !important;
}

.p-40{
  padding: 10rem !important;
}

.p-48{
  padding: 12.5rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-px{
  padding: 1px !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: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.px-16{
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !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: 5.425rem !important;
  padding-bottom: 5.425rem !important;
}

.px-24{
  padding-left: 5.425rem !important;
  padding-right: 5.425rem !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: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.px-48{
  padding-left: 12.5rem !important;
  padding-right: 12.5rem !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;
}

.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: 3.75rem !important;
}

.pr-16{
  padding-right: 3.75rem !important;
}

.pb-16{
  padding-bottom: 3.75rem !important;
}

.pl-16{
  padding-left: 3.75rem !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: 5.425rem !important;
}

.pr-24{
  padding-right: 5.425rem !important;
}

.pb-24{
  padding-bottom: 5.425rem !important;
}

.pl-24{
  padding-left: 5.425rem !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: 12.5rem !important;
}

.pr-48{
  padding-right: 12.5rem !important;
}

.pb-48{
  padding-bottom: 12.5rem !important;
}

.pl-48{
  padding-left: 12.5rem !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;
}

.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-black::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

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

.placeholder-white::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

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

.placeholder-red::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-100::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-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-black:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

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

.placeholder-opacity-5::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

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

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

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

.placeholder-opacity-30::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

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

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

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

.placeholder-opacity-60::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

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

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

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

.placeholder-opacity-80::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

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

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

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

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0 !important;
}

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

.focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder{
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder{
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder{
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25 !important;
}

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

.focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder{
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder{
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5 !important;
}

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

.focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder{
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder{
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75 !important;
}

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

.focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder{
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder{
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder{
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-left-px{
  left: -1px !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-1\/3{
  top: 33.333333% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left-full{
  left: 100% !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-1\/3{
  top: -33.333333% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.resize-none{
  resize: none !important;
}

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

*{
  --tw-shadow: 0 0 #0000;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-sm:focus-within{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow:focus-within{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-md:focus-within{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-lg:focus-within{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xl:focus-within{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-2xl:focus-within{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-inner:focus-within{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow:hover{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-inner:hover{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-sm:focus{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow:focus{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-2xl:focus{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-inner:focus{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

*{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset{
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset !important;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset !important;
}

.ring-offset-transparent{
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-black{
  --tw-ring-offset-color: #000 !important;
}

.ring-offset-white{
  --tw-ring-offset-color: #fff !important;
}

.ring-offset-red{
  --tw-ring-offset-color: #f33 !important;
}

.ring-offset-gray-100{
  --tw-ring-offset-color: #f3f3f3 !important;
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #DADADA !important;
}

.ring-offset-gray-400{
  --tw-ring-offset-color: #7d7d7d !important;
}

.ring-offset-gray-500{
  --tw-ring-offset-color: #706F6F !important;
}

.ring-offset-gray-700{
  --tw-ring-offset-color: #333 !important;
}

.ring-offset-yellow-100{
  --tw-ring-offset-color: #fca745 !important;
}

.ring-offset-yellow-500{
  --tw-ring-offset-color: #FB9117 !important;
}

.ring-offset-blue-200{
  --tw-ring-offset-color: #1EC2FF !important;
}

.ring-offset-blue-300{
  --tw-ring-offset-color: #1E90FF !important;
}

.ring-offset-blue-400{
  --tw-ring-offset-color: #1a7cdb !important;
}

.focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:ring-offset-red:focus-within{
  --tw-ring-offset-color: #f33 !important;
}

.focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #f3f3f3 !important;
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #DADADA !important;
}

.focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #7d7d7d !important;
}

.focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #706F6F !important;
}

.focus-within\:ring-offset-gray-700:focus-within{
  --tw-ring-offset-color: #333 !important;
}

.focus-within\:ring-offset-yellow-100:focus-within{
  --tw-ring-offset-color: #fca745 !important;
}

.focus-within\:ring-offset-yellow-500:focus-within{
  --tw-ring-offset-color: #FB9117 !important;
}

.focus-within\:ring-offset-blue-200:focus-within{
  --tw-ring-offset-color: #1EC2FF !important;
}

.focus-within\:ring-offset-blue-300:focus-within{
  --tw-ring-offset-color: #1E90FF !important;
}

.focus-within\:ring-offset-blue-400:focus-within{
  --tw-ring-offset-color: #1a7cdb !important;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000 !important;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff !important;
}

.focus\:ring-offset-red:focus{
  --tw-ring-offset-color: #f33 !important;
}

.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #f3f3f3 !important;
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #DADADA !important;
}

.focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #7d7d7d !important;
}

.focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #706F6F !important;
}

.focus\:ring-offset-gray-700:focus{
  --tw-ring-offset-color: #333 !important;
}

.focus\:ring-offset-yellow-100:focus{
  --tw-ring-offset-color: #fca745 !important;
}

.focus\:ring-offset-yellow-500:focus{
  --tw-ring-offset-color: #FB9117 !important;
}

.focus\:ring-offset-blue-200:focus{
  --tw-ring-offset-color: #1EC2FF !important;
}

.focus\:ring-offset-blue-300:focus{
  --tw-ring-offset-color: #1E90FF !important;
}

.focus\:ring-offset-blue-400:focus{
  --tw-ring-offset-color: #1a7cdb !important;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px !important;
}

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

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

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

.ring-red{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
}

.ring-gray-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
}

.ring-gray-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
}

.ring-gray-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
}

.ring-gray-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
}

.ring-gray-700{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.ring-yellow-100{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
}

.ring-yellow-500{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
}

.ring-blue-200{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-300{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-400{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-700:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-100:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-500:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-200:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-300:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-400:focus-within{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
}

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent !important;
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-700:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-100:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-500:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-400:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
}

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

.ring-opacity-5{
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10{
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20{
  --tw-ring-opacity: 0.2 !important;
}

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

.ring-opacity-30{
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40{
  --tw-ring-opacity: 0.4 !important;
}

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

.ring-opacity-60{
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70{
  --tw-ring-opacity: 0.7 !important;
}

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

.ring-opacity-80{
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90{
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95{
  --tw-ring-opacity: 0.95 !important;
}

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

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within{
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within{
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within{
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within{
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within{
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-60:focus-within{
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within{
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within{
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within{
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within{
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1 !important;
}

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

.focus\:ring-opacity-5:focus{
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus{
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus{
  --tw-ring-opacity: 0.2 !important;
}

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

.focus\:ring-opacity-30:focus{
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4 !important;
}

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

.focus\:ring-opacity-60:focus{
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus{
  --tw-ring-opacity: 0.7 !important;
}

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

.focus\:ring-opacity-80:focus{
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus{
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus{
  --tw-ring-opacity: 0.95 !important;
}

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

.fill-current{
  fill: currentColor !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.stroke-0{
  stroke-width: 0 !important;
}

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.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-black{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

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

.text-red{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
}

.text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
}

.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
}

.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
}

.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
}

.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
}

.text-blue-200{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
}

.text-blue-300{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
}

.text-blue-400{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
}

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

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

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

.hover\:text-red:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-100:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
}

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

.focus\:text-black:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-white:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-red:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-100:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-200:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-300:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-400:focus{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
}

.visited\:text-transparent:visited{
  color: transparent !important;
}

.visited\:text-black:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.visited\:text-white:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.visited\:text-red:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
}

.visited\:text-gray-100:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
}

.visited\:text-gray-200:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
}

.visited\:text-gray-400:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
}

.visited\:text-gray-500:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
}

.visited\:text-gray-700:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.visited\:text-yellow-100:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
}

.visited\:text-yellow-500:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
}

.visited\:text-blue-200:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
}

.visited\:text-blue-300:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
}

.visited\:text-blue-400:visited{
  --tw-text-opacity: 1 !important;
  color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
}

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

.text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

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

.text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

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

.text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

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

.text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

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

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within{
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within{
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within{
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within{
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within{
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-60:focus-within{
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within{
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within{
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within{
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within{
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1 !important;
}

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

.hover\:text-opacity-5:hover{
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover{
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover{
  --tw-text-opacity: 0.2 !important;
}

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

.hover\:text-opacity-30:hover{
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover{
  --tw-text-opacity: 0.4 !important;
}

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

.hover\:text-opacity-60:hover{
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7 !important;
}

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

.hover\:text-opacity-80:hover{
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover{
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover{
  --tw-text-opacity: 0.95 !important;
}

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

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

.focus\:text-opacity-5:focus{
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus{
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus{
  --tw-text-opacity: 0.2 !important;
}

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

.focus\:text-opacity-30:focus{
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus{
  --tw-text-opacity: 0.4 !important;
}

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

.focus\:text-opacity-60:focus{
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus{
  --tw-text-opacity: 0.7 !important;
}

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

.focus\:text-opacity-80:focus{
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus{
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus{
  --tw-text-opacity: 0.95 !important;
}

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

.truncate{
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis{
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
}

.overflow-clip{
  -o-text-overflow: clip !important;
     text-overflow: clip !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;
}

.group:hover .group-hover\:underline{
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through{
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline{
  text-decoration: none !important;
}

.focus-within\:underline:focus-within{
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within{
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within{
  text-decoration: none !important;
}

.hover\:underline:hover{
  text-decoration: underline !important;
}

.hover\:line-through:hover{
  text-decoration: line-through !important;
}

.hover\:no-underline:hover{
  text-decoration: none !important;
}

.focus\:underline:focus{
  text-decoration: underline !important;
}

.focus\:line-through:focus{
  text-decoration: line-through !important;
}

.focus\:no-underline:focus{
  text-decoration: none !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --tw-ordinal: ordinal !important;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0em !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.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-nowrap{
  white-space: nowrap !important;
}

.whitespace-pre{
  white-space: pre !important;
}

.whitespace-pre-line{
  white-space: pre-line !important;
}

.whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.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: 3.75rem !important;
}

.w-20{
  width: 5rem !important;
}

.w-24{
  width: 5.425rem !important;
}

.w-32{
  width: 8rem !important;
}

.w-40{
  width: 10rem !important;
}

.w-48{
  width: 12.5rem !important;
}

.w-56{
  width: 14rem !important;
}

.w-64{
  width: 16rem !important;
}

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

.w-px{
  width: 1px !important;
}

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

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

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

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

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

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

.w-1\/5{
  width: 20% !important;
}

.w-2\/5{
  width: 40% !important;
}

.w-3\/5{
  width: 60% !important;
}

.w-4\/5{
  width: 80% !important;
}

.w-1\/6{
  width: 16.666667% !important;
}

.w-2\/6{
  width: 33.333333% !important;
}

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

.w-4\/6{
  width: 66.666667% !important;
}

.w-5\/6{
  width: 83.333333% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-screen{
  width: 100vw !important;
}

.w-min{
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max{
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.z-0{
  z-index: 0 !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

.z-30{
  z-index: 30 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.z-auto{
  z-index: auto !important;
}

.focus-within\:z-0:focus-within{
  z-index: 0 !important;
}

.focus-within\:z-10:focus-within{
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within{
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within{
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within{
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within{
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within{
  z-index: auto !important;
}

.focus\:z-0:focus{
  z-index: 0 !important;
}

.focus\:z-10:focus{
  z-index: 10 !important;
}

.focus\:z-20:focus{
  z-index: 20 !important;
}

.focus\:z-30:focus{
  z-index: 30 !important;
}

.focus\:z-40:focus{
  z-index: 40 !important;
}

.focus\:z-50:focus{
  z-index: 50 !important;
}

.focus\:z-auto:focus{
  z-index: auto !important;
}

.gap-0{
  gap: 0 !important;
}

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

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

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

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

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

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

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

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

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

.gap-16{
  gap: 3.75rem !important;
}

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

.gap-24{
  gap: 5.425rem !important;
}

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

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

.gap-48{
  gap: 12.5rem !important;
}

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

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

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

.gap-x-0{
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.gap-x-1{
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.gap-x-2{
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.gap-x-3{
  -webkit-column-gap: 0.75rem !important;
     -moz-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.gap-x-4{
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.gap-x-5{
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.gap-x-6{
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.gap-x-8{
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.gap-x-10{
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.gap-x-12{
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.gap-x-16{
  -webkit-column-gap: 3.75rem !important;
     -moz-column-gap: 3.75rem !important;
          column-gap: 3.75rem !important;
}

.gap-x-20{
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.gap-x-24{
  -webkit-column-gap: 5.425rem !important;
     -moz-column-gap: 5.425rem !important;
          column-gap: 5.425rem !important;
}

.gap-x-32{
  -webkit-column-gap: 8rem !important;
     -moz-column-gap: 8rem !important;
          column-gap: 8rem !important;
}

.gap-x-40{
  -webkit-column-gap: 10rem !important;
     -moz-column-gap: 10rem !important;
          column-gap: 10rem !important;
}

.gap-x-48{
  -webkit-column-gap: 12.5rem !important;
     -moz-column-gap: 12.5rem !important;
          column-gap: 12.5rem !important;
}

.gap-x-56{
  -webkit-column-gap: 14rem !important;
     -moz-column-gap: 14rem !important;
          column-gap: 14rem !important;
}

.gap-x-64{
  -webkit-column-gap: 16rem !important;
     -moz-column-gap: 16rem !important;
          column-gap: 16rem !important;
}

.gap-x-px{
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.gap-y-0{
  row-gap: 0 !important;
}

.gap-y-1{
  row-gap: 0.25rem !important;
}

.gap-y-2{
  row-gap: 0.5rem !important;
}

.gap-y-3{
  row-gap: 0.75rem !important;
}

.gap-y-4{
  row-gap: 1rem !important;
}

.gap-y-5{
  row-gap: 1.25rem !important;
}

.gap-y-6{
  row-gap: 1.5rem !important;
}

.gap-y-8{
  row-gap: 2rem !important;
}

.gap-y-10{
  row-gap: 2.5rem !important;
}

.gap-y-12{
  row-gap: 3rem !important;
}

.gap-y-16{
  row-gap: 3.75rem !important;
}

.gap-y-20{
  row-gap: 5rem !important;
}

.gap-y-24{
  row-gap: 5.425rem !important;
}

.gap-y-32{
  row-gap: 8rem !important;
}

.gap-y-40{
  row-gap: 10rem !important;
}

.gap-y-48{
  row-gap: 12.5rem !important;
}

.gap-y-56{
  row-gap: 14rem !important;
}

.gap-y-64{
  row-gap: 16rem !important;
}

.gap-y-px{
  row-gap: 1px !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;
}

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

.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{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
      -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none{
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.origin-center{
  -webkit-transform-origin: center !important;
      -ms-transform-origin: center !important;
          transform-origin: center !important;
}

.origin-top{
  -webkit-transform-origin: top !important;
      -ms-transform-origin: top !important;
          transform-origin: top !important;
}

.origin-top-right{
  -webkit-transform-origin: top right !important;
      -ms-transform-origin: top right !important;
          transform-origin: top right !important;
}

.origin-right{
  -webkit-transform-origin: right !important;
      -ms-transform-origin: right !important;
          transform-origin: right !important;
}

.origin-bottom-right{
  -webkit-transform-origin: bottom right !important;
      -ms-transform-origin: bottom right !important;
          transform-origin: bottom right !important;
}

.origin-bottom{
  -webkit-transform-origin: bottom !important;
      -ms-transform-origin: bottom !important;
          transform-origin: bottom !important;
}

.origin-bottom-left{
  -webkit-transform-origin: bottom left !important;
      -ms-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.origin-left{
  -webkit-transform-origin: left !important;
      -ms-transform-origin: left !important;
          transform-origin: left !important;
}

.origin-top-left{
  -webkit-transform-origin: top left !important;
      -ms-transform-origin: top left !important;
          transform-origin: top left !important;
}

.scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0{
  --tw-scale-x: 0 !important;
}

.scale-x-50{
  --tw-scale-x: .5 !important;
}

.scale-x-75{
  --tw-scale-x: .75 !important;
}

.scale-x-90{
  --tw-scale-x: .9 !important;
}

.scale-x-95{
  --tw-scale-x: .95 !important;
}

.scale-x-100{
  --tw-scale-x: 1 !important;
}

.scale-x-105{
  --tw-scale-x: 1.05 !important;
}

.scale-x-110{
  --tw-scale-x: 1.1 !important;
}

.scale-x-125{
  --tw-scale-x: 1.25 !important;
}

.scale-x-150{
  --tw-scale-x: 1.5 !important;
}

.scale-y-0{
  --tw-scale-y: 0 !important;
}

.scale-y-50{
  --tw-scale-y: .5 !important;
}

.scale-y-75{
  --tw-scale-y: .75 !important;
}

.scale-y-90{
  --tw-scale-y: .9 !important;
}

.scale-y-95{
  --tw-scale-y: .95 !important;
}

.scale-y-100{
  --tw-scale-y: 1 !important;
}

.scale-y-105{
  --tw-scale-y: 1.05 !important;
}

.scale-y-110{
  --tw-scale-y: 1.1 !important;
}

.scale-y-125{
  --tw-scale-y: 1.25 !important;
}

.scale-y-150{
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover{
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover{
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover{
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover{
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover{
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover{
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover{
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover{
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover{
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover{
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover{
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover{
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover{
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover{
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus{
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus{
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus{
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus{
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus{
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus{
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus{
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus{
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus{
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus{
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus{
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus{
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus{
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus{
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus{
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus{
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus{
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus{
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus{
  --tw-scale-y: 1.5 !important;
}

.rotate-0{
  --tw-rotate: 0deg !important;
}

.rotate-1{
  --tw-rotate: 1deg !important;
}

.rotate-2{
  --tw-rotate: 2deg !important;
}

.rotate-3{
  --tw-rotate: 3deg !important;
}

.rotate-6{
  --tw-rotate: 6deg !important;
}

.rotate-12{
  --tw-rotate: 12deg !important;
}

.rotate-45{
  --tw-rotate: 45deg !important;
}

.rotate-90{
  --tw-rotate: 90deg !important;
}

.rotate-180{
  --tw-rotate: 180deg !important;
}

.-rotate-180{
  --tw-rotate: -180deg !important;
}

.-rotate-90{
  --tw-rotate: -90deg !important;
}

.-rotate-45{
  --tw-rotate: -45deg !important;
}

.-rotate-12{
  --tw-rotate: -12deg !important;
}

.-rotate-6{
  --tw-rotate: -6deg !important;
}

.-rotate-3{
  --tw-rotate: -3deg !important;
}

.-rotate-2{
  --tw-rotate: -2deg !important;
}

.-rotate-1{
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover{
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover{
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover{
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover{
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover{
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover{
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover{
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover{
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover{
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover{
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover{
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover{
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover{
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover{
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover{
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover{
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus{
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus{
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus{
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus{
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus{
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus{
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus{
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus{
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus{
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus{
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus{
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus{
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus{
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus{
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus{
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus{
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus{
  --tw-rotate: -1deg !important;
}

.translate-x-0{
  --tw-translate-x: 0 !important;
}

.translate-x-1{
  --tw-translate-x: 0.25rem !important;
}

.translate-x-2{
  --tw-translate-x: 0.5rem !important;
}

.translate-x-3{
  --tw-translate-x: 0.75rem !important;
}

.translate-x-4{
  --tw-translate-x: 1rem !important;
}

.translate-x-5{
  --tw-translate-x: 1.25rem !important;
}

.translate-x-6{
  --tw-translate-x: 1.5rem !important;
}

.translate-x-8{
  --tw-translate-x: 2rem !important;
}

.translate-x-10{
  --tw-translate-x: 2.5rem !important;
}

.translate-x-12{
  --tw-translate-x: 3rem !important;
}

.translate-x-16{
  --tw-translate-x: 3.75rem !important;
}

.translate-x-20{
  --tw-translate-x: 5rem !important;
}

.translate-x-24{
  --tw-translate-x: 5.425rem !important;
}

.translate-x-32{
  --tw-translate-x: 8rem !important;
}

.translate-x-40{
  --tw-translate-x: 10rem !important;
}

.translate-x-48{
  --tw-translate-x: 12.5rem !important;
}

.translate-x-56{
  --tw-translate-x: 14rem !important;
}

.translate-x-64{
  --tw-translate-x: 16rem !important;
}

.translate-x-px{
  --tw-translate-x: 1px !important;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem !important;
}

.-translate-x-2{
  --tw-translate-x: -0.5rem !important;
}

.-translate-x-3{
  --tw-translate-x: -0.75rem !important;
}

.-translate-x-4{
  --tw-translate-x: -1rem !important;
}

.-translate-x-5{
  --tw-translate-x: -1.25rem !important;
}

.-translate-x-6{
  --tw-translate-x: -1.5rem !important;
}

.-translate-x-8{
  --tw-translate-x: -2rem !important;
}

.-translate-x-10{
  --tw-translate-x: -2.5rem !important;
}

.-translate-x-12{
  --tw-translate-x: -3rem !important;
}

.-translate-x-16{
  --tw-translate-x: -3.75rem !important;
}

.-translate-x-20{
  --tw-translate-x: -5rem !important;
}

.-translate-x-24{
  --tw-translate-x: -5.425rem !important;
}

.-translate-x-32{
  --tw-translate-x: -8rem !important;
}

.-translate-x-40{
  --tw-translate-x: -10rem !important;
}

.-translate-x-48{
  --tw-translate-x: -12.5rem !important;
}

.-translate-x-56{
  --tw-translate-x: -14rem !important;
}

.-translate-x-64{
  --tw-translate-x: -16rem !important;
}

.-translate-x-px{
  --tw-translate-x: -1px !important;
}

.translate-x-1\/2{
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3{
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3{
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4{
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4{
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4{
  --tw-translate-x: 75% !important;
}

.translate-x-full{
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3{
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3{
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4{
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4{
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4{
  --tw-translate-x: -75% !important;
}

.-translate-x-full{
  --tw-translate-x: -100% !important;
}

.translate-y-0{
  --tw-translate-y: 0 !important;
}

.translate-y-1{
  --tw-translate-y: 0.25rem !important;
}

.translate-y-2{
  --tw-translate-y: 0.5rem !important;
}

.translate-y-3{
  --tw-translate-y: 0.75rem !important;
}

.translate-y-4{
  --tw-translate-y: 1rem !important;
}

.translate-y-5{
  --tw-translate-y: 1.25rem !important;
}

.translate-y-6{
  --tw-translate-y: 1.5rem !important;
}

.translate-y-8{
  --tw-translate-y: 2rem !important;
}

.translate-y-10{
  --tw-translate-y: 2.5rem !important;
}

.translate-y-12{
  --tw-translate-y: 3rem !important;
}

.translate-y-16{
  --tw-translate-y: 3.75rem !important;
}

.translate-y-20{
  --tw-translate-y: 5rem !important;
}

.translate-y-24{
  --tw-translate-y: 5.425rem !important;
}

.translate-y-32{
  --tw-translate-y: 8rem !important;
}

.translate-y-40{
  --tw-translate-y: 10rem !important;
}

.translate-y-48{
  --tw-translate-y: 12.5rem !important;
}

.translate-y-56{
  --tw-translate-y: 14rem !important;
}

.translate-y-64{
  --tw-translate-y: 16rem !important;
}

.translate-y-px{
  --tw-translate-y: 1px !important;
}

.-translate-y-1{
  --tw-translate-y: -0.25rem !important;
}

.-translate-y-2{
  --tw-translate-y: -0.5rem !important;
}

.-translate-y-3{
  --tw-translate-y: -0.75rem !important;
}

.-translate-y-4{
  --tw-translate-y: -1rem !important;
}

.-translate-y-5{
  --tw-translate-y: -1.25rem !important;
}

.-translate-y-6{
  --tw-translate-y: -1.5rem !important;
}

.-translate-y-8{
  --tw-translate-y: -2rem !important;
}

.-translate-y-10{
  --tw-translate-y: -2.5rem !important;
}

.-translate-y-12{
  --tw-translate-y: -3rem !important;
}

.-translate-y-16{
  --tw-translate-y: -3.75rem !important;
}

.-translate-y-20{
  --tw-translate-y: -5rem !important;
}

.-translate-y-24{
  --tw-translate-y: -5.425rem !important;
}

.-translate-y-32{
  --tw-translate-y: -8rem !important;
}

.-translate-y-40{
  --tw-translate-y: -10rem !important;
}

.-translate-y-48{
  --tw-translate-y: -12.5rem !important;
}

.-translate-y-56{
  --tw-translate-y: -14rem !important;
}

.-translate-y-64{
  --tw-translate-y: -16rem !important;
}

.-translate-y-px{
  --tw-translate-y: -1px !important;
}

.translate-y-1\/2{
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3{
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3{
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4{
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4{
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4{
  --tw-translate-y: 75% !important;
}

.translate-y-full{
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3{
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3{
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4{
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4{
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4{
  --tw-translate-y: -75% !important;
}

.-translate-y-full{
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0 !important;
}

.hover\:translate-x-1:hover{
  --tw-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover{
  --tw-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover{
  --tw-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover{
  --tw-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover{
  --tw-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover{
  --tw-translate-x: 1.5rem !important;
}

.hover\:translate-x-8:hover{
  --tw-translate-x: 2rem !important;
}

.hover\:translate-x-10:hover{
  --tw-translate-x: 2.5rem !important;
}

.hover\:translate-x-12:hover{
  --tw-translate-x: 3rem !important;
}

.hover\:translate-x-16:hover{
  --tw-translate-x: 3.75rem !important;
}

.hover\:translate-x-20:hover{
  --tw-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover{
  --tw-translate-x: 5.425rem !important;
}

.hover\:translate-x-32:hover{
  --tw-translate-x: 8rem !important;
}

.hover\:translate-x-40:hover{
  --tw-translate-x: 10rem !important;
}

.hover\:translate-x-48:hover{
  --tw-translate-x: 12.5rem !important;
}

.hover\:translate-x-56:hover{
  --tw-translate-x: 14rem !important;
}

.hover\:translate-x-64:hover{
  --tw-translate-x: 16rem !important;
}

.hover\:translate-x-px:hover{
  --tw-translate-x: 1px !important;
}

.hover\:-translate-x-1:hover{
  --tw-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover{
  --tw-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover{
  --tw-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover{
  --tw-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover{
  --tw-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover{
  --tw-translate-x: -1.5rem !important;
}

.hover\:-translate-x-8:hover{
  --tw-translate-x: -2rem !important;
}

.hover\:-translate-x-10:hover{
  --tw-translate-x: -2.5rem !important;
}

.hover\:-translate-x-12:hover{
  --tw-translate-x: -3rem !important;
}

.hover\:-translate-x-16:hover{
  --tw-translate-x: -3.75rem !important;
}

.hover\:-translate-x-20:hover{
  --tw-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover{
  --tw-translate-x: -5.425rem !important;
}

.hover\:-translate-x-32:hover{
  --tw-translate-x: -8rem !important;
}

.hover\:-translate-x-40:hover{
  --tw-translate-x: -10rem !important;
}

.hover\:-translate-x-48:hover{
  --tw-translate-x: -12.5rem !important;
}

.hover\:-translate-x-56:hover{
  --tw-translate-x: -14rem !important;
}

.hover\:-translate-x-64:hover{
  --tw-translate-x: -16rem !important;
}

.hover\:-translate-x-px:hover{
  --tw-translate-x: -1px !important;
}

.hover\:translate-x-1\/2:hover{
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover{
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover{
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover{
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover{
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover{
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover{
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover{
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover{
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover{
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover{
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0 !important;
}

.hover\:translate-y-1:hover{
  --tw-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover{
  --tw-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover{
  --tw-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover{
  --tw-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover{
  --tw-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover{
  --tw-translate-y: 1.5rem !important;
}

.hover\:translate-y-8:hover{
  --tw-translate-y: 2rem !important;
}

.hover\:translate-y-10:hover{
  --tw-translate-y: 2.5rem !important;
}

.hover\:translate-y-12:hover{
  --tw-translate-y: 3rem !important;
}

.hover\:translate-y-16:hover{
  --tw-translate-y: 3.75rem !important;
}

.hover\:translate-y-20:hover{
  --tw-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover{
  --tw-translate-y: 5.425rem !important;
}

.hover\:translate-y-32:hover{
  --tw-translate-y: 8rem !important;
}

.hover\:translate-y-40:hover{
  --tw-translate-y: 10rem !important;
}

.hover\:translate-y-48:hover{
  --tw-translate-y: 12.5rem !important;
}

.hover\:translate-y-56:hover{
  --tw-translate-y: 14rem !important;
}

.hover\:translate-y-64:hover{
  --tw-translate-y: 16rem !important;
}

.hover\:translate-y-px:hover{
  --tw-translate-y: 1px !important;
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover{
  --tw-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover{
  --tw-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover{
  --tw-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover{
  --tw-translate-y: -1.5rem !important;
}

.hover\:-translate-y-8:hover{
  --tw-translate-y: -2rem !important;
}

.hover\:-translate-y-10:hover{
  --tw-translate-y: -2.5rem !important;
}

.hover\:-translate-y-12:hover{
  --tw-translate-y: -3rem !important;
}

.hover\:-translate-y-16:hover{
  --tw-translate-y: -3.75rem !important;
}

.hover\:-translate-y-20:hover{
  --tw-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover{
  --tw-translate-y: -5.425rem !important;
}

.hover\:-translate-y-32:hover{
  --tw-translate-y: -8rem !important;
}

.hover\:-translate-y-40:hover{
  --tw-translate-y: -10rem !important;
}

.hover\:-translate-y-48:hover{
  --tw-translate-y: -12.5rem !important;
}

.hover\:-translate-y-56:hover{
  --tw-translate-y: -14rem !important;
}

.hover\:-translate-y-64:hover{
  --tw-translate-y: -16rem !important;
}

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px !important;
}

.hover\:translate-y-1\/2:hover{
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover{
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover{
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover{
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover{
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover{
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover{
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover{
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover{
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover{
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover{
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus{
  --tw-translate-x: 0 !important;
}

.focus\:translate-x-1:focus{
  --tw-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus{
  --tw-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus{
  --tw-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus{
  --tw-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus{
  --tw-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus{
  --tw-translate-x: 1.5rem !important;
}

.focus\:translate-x-8:focus{
  --tw-translate-x: 2rem !important;
}

.focus\:translate-x-10:focus{
  --tw-translate-x: 2.5rem !important;
}

.focus\:translate-x-12:focus{
  --tw-translate-x: 3rem !important;
}

.focus\:translate-x-16:focus{
  --tw-translate-x: 3.75rem !important;
}

.focus\:translate-x-20:focus{
  --tw-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus{
  --tw-translate-x: 5.425rem !important;
}

.focus\:translate-x-32:focus{
  --tw-translate-x: 8rem !important;
}

.focus\:translate-x-40:focus{
  --tw-translate-x: 10rem !important;
}

.focus\:translate-x-48:focus{
  --tw-translate-x: 12.5rem !important;
}

.focus\:translate-x-56:focus{
  --tw-translate-x: 14rem !important;
}

.focus\:translate-x-64:focus{
  --tw-translate-x: 16rem !important;
}

.focus\:translate-x-px:focus{
  --tw-translate-x: 1px !important;
}

.focus\:-translate-x-1:focus{
  --tw-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus{
  --tw-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus{
  --tw-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus{
  --tw-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus{
  --tw-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus{
  --tw-translate-x: -1.5rem !important;
}

.focus\:-translate-x-8:focus{
  --tw-translate-x: -2rem !important;
}

.focus\:-translate-x-10:focus{
  --tw-translate-x: -2.5rem !important;
}

.focus\:-translate-x-12:focus{
  --tw-translate-x: -3rem !important;
}

.focus\:-translate-x-16:focus{
  --tw-translate-x: -3.75rem !important;
}

.focus\:-translate-x-20:focus{
  --tw-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus{
  --tw-translate-x: -5.425rem !important;
}

.focus\:-translate-x-32:focus{
  --tw-translate-x: -8rem !important;
}

.focus\:-translate-x-40:focus{
  --tw-translate-x: -10rem !important;
}

.focus\:-translate-x-48:focus{
  --tw-translate-x: -12.5rem !important;
}

.focus\:-translate-x-56:focus{
  --tw-translate-x: -14rem !important;
}

.focus\:-translate-x-64:focus{
  --tw-translate-x: -16rem !important;
}

.focus\:-translate-x-px:focus{
  --tw-translate-x: -1px !important;
}

.focus\:translate-x-1\/2:focus{
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus{
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus{
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus{
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus{
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus{
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus{
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus{
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus{
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus{
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus{
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0 !important;
}

.focus\:translate-y-1:focus{
  --tw-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus{
  --tw-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus{
  --tw-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus{
  --tw-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus{
  --tw-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus{
  --tw-translate-y: 1.5rem !important;
}

.focus\:translate-y-8:focus{
  --tw-translate-y: 2rem !important;
}

.focus\:translate-y-10:focus{
  --tw-translate-y: 2.5rem !important;
}

.focus\:translate-y-12:focus{
  --tw-translate-y: 3rem !important;
}

.focus\:translate-y-16:focus{
  --tw-translate-y: 3.75rem !important;
}

.focus\:translate-y-20:focus{
  --tw-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus{
  --tw-translate-y: 5.425rem !important;
}

.focus\:translate-y-32:focus{
  --tw-translate-y: 8rem !important;
}

.focus\:translate-y-40:focus{
  --tw-translate-y: 10rem !important;
}

.focus\:translate-y-48:focus{
  --tw-translate-y: 12.5rem !important;
}

.focus\:translate-y-56:focus{
  --tw-translate-y: 14rem !important;
}

.focus\:translate-y-64:focus{
  --tw-translate-y: 16rem !important;
}

.focus\:translate-y-px:focus{
  --tw-translate-y: 1px !important;
}

.focus\:-translate-y-1:focus{
  --tw-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus{
  --tw-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus{
  --tw-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus{
  --tw-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus{
  --tw-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus{
  --tw-translate-y: -1.5rem !important;
}

.focus\:-translate-y-8:focus{
  --tw-translate-y: -2rem !important;
}

.focus\:-translate-y-10:focus{
  --tw-translate-y: -2.5rem !important;
}

.focus\:-translate-y-12:focus{
  --tw-translate-y: -3rem !important;
}

.focus\:-translate-y-16:focus{
  --tw-translate-y: -3.75rem !important;
}

.focus\:-translate-y-20:focus{
  --tw-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus{
  --tw-translate-y: -5.425rem !important;
}

.focus\:-translate-y-32:focus{
  --tw-translate-y: -8rem !important;
}

.focus\:-translate-y-40:focus{
  --tw-translate-y: -10rem !important;
}

.focus\:-translate-y-48:focus{
  --tw-translate-y: -12.5rem !important;
}

.focus\:-translate-y-56:focus{
  --tw-translate-y: -14rem !important;
}

.focus\:-translate-y-64:focus{
  --tw-translate-y: -16rem !important;
}

.focus\:-translate-y-px:focus{
  --tw-translate-y: -1px !important;
}

.focus\:translate-y-1\/2:focus{
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus{
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus{
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus{
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus{
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus{
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus{
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus{
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus{
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus{
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus{
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100% !important;
}

.skew-x-0{
  --tw-skew-x: 0deg !important;
}

.skew-x-1{
  --tw-skew-x: 1deg !important;
}

.skew-x-2{
  --tw-skew-x: 2deg !important;
}

.skew-x-3{
  --tw-skew-x: 3deg !important;
}

.skew-x-6{
  --tw-skew-x: 6deg !important;
}

.skew-x-12{
  --tw-skew-x: 12deg !important;
}

.-skew-x-12{
  --tw-skew-x: -12deg !important;
}

.-skew-x-6{
  --tw-skew-x: -6deg !important;
}

.-skew-x-3{
  --tw-skew-x: -3deg !important;
}

.-skew-x-2{
  --tw-skew-x: -2deg !important;
}

.-skew-x-1{
  --tw-skew-x: -1deg !important;
}

.skew-y-0{
  --tw-skew-y: 0deg !important;
}

.skew-y-1{
  --tw-skew-y: 1deg !important;
}

.skew-y-2{
  --tw-skew-y: 2deg !important;
}

.skew-y-3{
  --tw-skew-y: 3deg !important;
}

.skew-y-6{
  --tw-skew-y: 6deg !important;
}

.skew-y-12{
  --tw-skew-y: 12deg !important;
}

.-skew-y-12{
  --tw-skew-y: -12deg !important;
}

.-skew-y-6{
  --tw-skew-y: -6deg !important;
}

.-skew-y-3{
  --tw-skew-y: -3deg !important;
}

.-skew-y-2{
  --tw-skew-y: -2deg !important;
}

.-skew-y-1{
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover{
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover{
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover{
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover{
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover{
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover{
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover{
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover{
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover{
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover{
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover{
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover{
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover{
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover{
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover{
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover{
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover{
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover{
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover{
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover{
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover{
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover{
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus{
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus{
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus{
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus{
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus{
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus{
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus{
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus{
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus{
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus{
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus{
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus{
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus{
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus{
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus{
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus{
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus{
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus{
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus{
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus{
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus{
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus{
  --tw-skew-y: -1deg !important;
}

.transition-none{
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}

.transition-all{
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !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;
  -o-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 !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  -o-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.transition-opacity{
  -webkit-transition-property: opacity !important;
  -o-transition-property: opacity !important;
  transition-property: opacity !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.transition-shadow{
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  -o-transition-property: box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  -o-transition-property: transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.ease-linear{
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
       -o-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;
       -o-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;
       -o-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;
       -o-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.duration-100{
  -webkit-transition-duration: 100ms !important;
       -o-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.duration-150{
  -webkit-transition-duration: 150ms !important;
       -o-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.duration-200{
  -webkit-transition-duration: 200ms !important;
       -o-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300{
  -webkit-transition-duration: 300ms !important;
       -o-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.duration-500{
  -webkit-transition-duration: 500ms !important;
       -o-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.duration-700{
  -webkit-transition-duration: 700ms !important;
       -o-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.duration-1000{
  -webkit-transition-duration: 1000ms !important;
       -o-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.delay-75{
  -webkit-transition-delay: 75ms !important;
       -o-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.delay-100{
  -webkit-transition-delay: 100ms !important;
       -o-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.delay-150{
  -webkit-transition-delay: 150ms !important;
       -o-transition-delay: 150ms !important;
          transition-delay: 150ms !important;
}

.delay-200{
  -webkit-transition-delay: 200ms !important;
       -o-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.delay-300{
  -webkit-transition-delay: 300ms !important;
       -o-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.delay-500{
  -webkit-transition-delay: 500ms !important;
       -o-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay-700{
  -webkit-transition-delay: 700ms !important;
       -o-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.delay-1000{
  -webkit-transition-delay: 1000ms !important;
       -o-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;
}

.translate-x-half{
  -webkit-transform: translateX(50%) !important;
      -ms-transform: translateX(50%) !important;
          transform: translateX(50%) !important;
}

.col-count-1{
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
}

.col-count-2{
  -webkit-column-count: 2 !important;
     -moz-column-count: 2 !important;
          column-count: 2 !important;
}

.col-count-3{
  -webkit-column-count: 3 !important;
     -moz-column-count: 3 !important;
          column-count: 3 !important;
}

.col-gap-sm{
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.col-gap-md{
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.col-gap-lg{
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.col-w-sm{
  -webkit-column-width: 120px !important;
     -moz-column-width: 120px !important;
          column-width: 120px !important;
}

.col-w-md{
  -webkit-column-width: 240px !important;
     -moz-column-width: 240px !important;
          column-width: 240px !important;
}

.col-w-lg{
  -webkit-column-width: 360px !important;
     -moz-column-width: 360px !important;
          column-width: 360px !important;
}

.col-rule-transparent{
  -webkit-column-rule-color: transparent !important;
     -moz-column-rule-color: transparent !important;
          column-rule-color: transparent !important;
}

.col-rule-black{
  -webkit-column-rule-color: #000 !important;
     -moz-column-rule-color: #000 !important;
          column-rule-color: #000 !important;
}

.col-rule-white{
  -webkit-column-rule-color: #fff !important;
     -moz-column-rule-color: #fff !important;
          column-rule-color: #fff !important;
}

.col-rule-red{
  -webkit-column-rule-color: #f33 !important;
     -moz-column-rule-color: #f33 !important;
          column-rule-color: #f33 !important;
}

.col-rule-gray-100{
  -webkit-column-rule-color: #f3f3f3 !important;
     -moz-column-rule-color: #f3f3f3 !important;
          column-rule-color: #f3f3f3 !important;
}

.col-rule-gray-200{
  -webkit-column-rule-color: #DADADA !important;
     -moz-column-rule-color: #DADADA !important;
          column-rule-color: #DADADA !important;
}

.col-rule-gray-400{
  -webkit-column-rule-color: #7d7d7d !important;
     -moz-column-rule-color: #7d7d7d !important;
          column-rule-color: #7d7d7d !important;
}

.col-rule-gray-500{
  -webkit-column-rule-color: #706F6F !important;
     -moz-column-rule-color: #706F6F !important;
          column-rule-color: #706F6F !important;
}

.col-rule-gray-700{
  -webkit-column-rule-color: #333 !important;
     -moz-column-rule-color: #333 !important;
          column-rule-color: #333 !important;
}

.col-rule-yellow-100{
  -webkit-column-rule-color: #fca745 !important;
     -moz-column-rule-color: #fca745 !important;
          column-rule-color: #fca745 !important;
}

.col-rule-yellow-500{
  -webkit-column-rule-color: #FB9117 !important;
     -moz-column-rule-color: #FB9117 !important;
          column-rule-color: #FB9117 !important;
}

.col-rule-blue-200{
  -webkit-column-rule-color: #1EC2FF !important;
     -moz-column-rule-color: #1EC2FF !important;
          column-rule-color: #1EC2FF !important;
}

.col-rule-blue-300{
  -webkit-column-rule-color: #1E90FF !important;
     -moz-column-rule-color: #1E90FF !important;
          column-rule-color: #1E90FF !important;
}

.col-rule-blue-400{
  -webkit-column-rule-color: #1a7cdb !important;
     -moz-column-rule-color: #1a7cdb !important;
          column-rule-color: #1a7cdb !important;
}

.col-rule{
  -webkit-column-rule-color: #DADADA !important;
     -moz-column-rule-color: #DADADA !important;
          column-rule-color: #DADADA !important;
}

.col-rule-0{
  -webkit-column-rule-width: 0px !important;
     -moz-column-rule-width: 0px !important;
          column-rule-width: 0px !important;
}

.col-rule-2{
  -webkit-column-rule-width: 2px !important;
     -moz-column-rule-width: 2px !important;
          column-rule-width: 2px !important;
}

.col-rule-4{
  -webkit-column-rule-width: 4px !important;
     -moz-column-rule-width: 4px !important;
          column-rule-width: 4px !important;
}

.col-rule-8{
  -webkit-column-rule-width: 8px !important;
     -moz-column-rule-width: 8px !important;
          column-rule-width: 8px !important;
}

.col-rule-DEFAULT{
  -webkit-column-rule-width: 1px !important;
     -moz-column-rule-width: 1px !important;
          column-rule-width: 1px !important;
}

.col-rule-none{
  -webkit-column-rule-style: none !important;
     -moz-column-rule-style: none !important;
          column-rule-style: none !important;
}

.col-rule-hidden{
  -webkit-column-rule-style: hidden !important;
     -moz-column-rule-style: hidden !important;
          column-rule-style: hidden !important;
}

.col-rule-dotted{
  -webkit-column-rule-style: dotted !important;
     -moz-column-rule-style: dotted !important;
          column-rule-style: dotted !important;
}

.col-rule-dashed{
  -webkit-column-rule-style: dashed !important;
     -moz-column-rule-style: dashed !important;
          column-rule-style: dashed !important;
}

.col-rule-solid{
  -webkit-column-rule-style: solid !important;
     -moz-column-rule-style: solid !important;
          column-rule-style: solid !important;
}

.col-rule-double{
  -webkit-column-rule-style: double !important;
     -moz-column-rule-style: double !important;
          column-rule-style: double !important;
}

.col-rule-groove{
  -webkit-column-rule-style: groove !important;
     -moz-column-rule-style: groove !important;
          column-rule-style: groove !important;
}

.col-rule-ridge{
  -webkit-column-rule-style: ridge !important;
     -moz-column-rule-style: ridge !important;
          column-rule-style: ridge !important;
}

.col-rule-inset{
  -webkit-column-rule-style: inset !important;
     -moz-column-rule-style: inset !important;
          column-rule-style: inset !important;
}

.col-rule-outset{
  -webkit-column-rule-style: outset !important;
     -moz-column-rule-style: outset !important;
          column-rule-style: outset !important;
}

.col-fill-auto{
  -webkit-column-fill: auto !important;
     -moz-column-fill: auto !important;
          column-fill: auto !important;
}

.col-fill-balance{
  -webkit-column-fill: balance !important;
     -moz-column-fill: balance !important;
          column-fill: balance !important;
}

.col-fill-balance-all{
  -webkit-column-fill: balance-all !important;
     -moz-column-fill: balance-all !important;
          column-fill: balance-all !important;
}

.col-span-none{
  -webkit-column-span: none !important;
     -moz-column-span: none !important;
          column-span: none !important;
}

.col-span-all{
  -webkit-column-span: all !important;
     -moz-column-span: all !important;
          column-span: all !important;
}

.embed-responsive{
  position: relative !important;
  display: block !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.embed-responsive .embed-responsive-item,.embed-responsive>iframe,.embed-responsive>embed,.embed-responsive>object,.embed-responsive>video{
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: 0 !important;
}

.aspect-ratio-none{
  padding-bottom: 0 !important;
}

.aspect-ratio-square{
  padding-bottom: 100% !important;
}

.aspect-ratio-16\/9{
  padding-bottom: 56.25% !important;
}

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

.aspect-ratio-21\/9{
  padding-bottom: 42.857142857142854% !important;
}

.heroe {
  position: relative;
}

.heroe--bg {
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background-size: 100% auto;
  height: 332px;
}

.heroe--bg__naranja {
  background-image: url(../img/semi-circle-yellow-500.png);
}

.heroe--text {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 460px;
}

.heroe--sub {
  height: 24px;
}

.footer--main {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.footer--main .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .footer--main .owl-dot span {
  border-style: none !important;
}

.footer--main .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

@media (min-width: 1024px) {
  .footer--main {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.footer--main__row {
  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;
}

@media (min-width: 1024px) {
  .footer--main__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer--main__logo {
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer--main__logo {
    margin-bottom: 1.25rem;
    width: 25%;
  }
}

.footer--main__menu {
  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: 1rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer--main__menu {
    margin-bottom: 1.25rem;
    width: 75%;
  }
}

.m-between + .m-between {
  margin-top: 0.25rem;
}

.m-between-0 + .m-between-0 {
  margin-top: 0;
}

.m-between-1 + .m-between-1 {
  margin-top: 0.25rem;
}

.m-between-2 + .m-between-2 {
  margin-top: 0.5rem;
}

.m-between-3 + .m-between-3 {
  margin-top: 0.75rem;
}

.m-between-4 + .m-between-4 {
  margin-top: 1rem;
}

.m-between-5 + .m-between-5 {
  margin-top: 1.25rem;
}

.m-between-6 + .m-between-6 {
  margin-top: 1.5rem;
}

.m-between-8 + .m-between-8 {
  margin-top: 2rem;
}

.m-between-10 + .m-between-10 {
  margin-top: 2.5rem;
}

.m-between-12 + .m-between-12 {
  margin-top: 3rem;
}

.m-between-16 + .m-between-16 {
  margin-top: 3.75rem;
}

.m-between-20 + .m-between-20 {
  margin-top: 5rem;
}

.m-between-24 + .m-between-24 {
  margin-top: 5.425rem;
}

.m-between-32 + .m-between-32 {
  margin-top: 8rem;
}

.m-between-40 + .m-between-40 {
  margin-top: 10rem;
}

.m-between-48 + .m-between-48 {
  margin-top: 12.5rem;
}

.m-between-56 + .m-between-56 {
  margin-top: 14rem;
}

.m-between-64 + .m-between-64 {
  margin-top: 16rem;
}

.m-between-px + .m-between-px {
  margin-top: 1px;
}

.hm-between + .hm-between {
  margin-left: 0.25rem;
}

.hm-between-0 + .hm-between-0 {
  margin-left: 0;
}

.hm-between-1 + .hm-between-1 {
  margin-left: 0.25rem;
}

.hm-between-2 + .hm-between-2 {
  margin-left: 0.5rem;
}

.hm-between-3 + .hm-between-3 {
  margin-left: 0.75rem;
}

.hm-between-4 + .hm-between-4 {
  margin-left: 1rem;
}

.hm-between-5 + .hm-between-5 {
  margin-left: 1.25rem;
}

.hm-between-6 + .hm-between-6 {
  margin-left: 1.5rem;
}

.hm-between-8 + .hm-between-8 {
  margin-left: 2rem;
}

.hm-between-10 + .hm-between-10 {
  margin-left: 2.5rem;
}

.hm-between-12 + .hm-between-12 {
  margin-left: 3rem;
}

.hm-between-16 + .hm-between-16 {
  margin-left: 3.75rem;
}

.hm-between-20 + .hm-between-20 {
  margin-left: 5rem;
}

.hm-between-24 + .hm-between-24 {
  margin-left: 5.425rem;
}

.hm-between-32 + .hm-between-32 {
  margin-left: 8rem;
}

.hm-between-40 + .hm-between-40 {
  margin-left: 10rem;
}

.hm-between-48 + .hm-between-48 {
  margin-left: 12.5rem;
}

.hm-between-56 + .hm-between-56 {
  margin-left: 14rem;
}

.hm-between-64 + .hm-between-64 {
  margin-left: 16rem;
}

.hm-between-px + .hm-between-px {
  margin-left: 1px;
}

.m-between-children > :not(:first-child) {
  margin-top: 0.25rem;
}

.m-between-children-0 > :not(:first-child) {
  margin-top: 0;
}

.m-between-children-1 > :not(:first-child) {
  margin-top: 0.25rem;
}

.m-between-children-2 > :not(:first-child) {
  margin-top: 0.5rem;
}

.m-between-children-3 > :not(:first-child) {
  margin-top: 0.75rem;
}

.m-between-children-4 > :not(:first-child) {
  margin-top: 1rem;
}

.m-between-children-5 > :not(:first-child) {
  margin-top: 1.25rem;
}

.m-between-children-6 > :not(:first-child) {
  margin-top: 1.5rem;
}

.m-between-children-8 > :not(:first-child) {
  margin-top: 2rem;
}

.m-between-children-10 > :not(:first-child) {
  margin-top: 2.5rem;
}

.m-between-children-12 > :not(:first-child) {
  margin-top: 3rem;
}

.m-between-children-16 > :not(:first-child) {
  margin-top: 3.75rem;
}

.m-between-children-20 > :not(:first-child) {
  margin-top: 5rem;
}

.m-between-children-24 > :not(:first-child) {
  margin-top: 5.425rem;
}

.m-between-children-32 > :not(:first-child) {
  margin-top: 8rem;
}

.m-between-children-40 > :not(:first-child) {
  margin-top: 10rem;
}

.m-between-children-48 > :not(:first-child) {
  margin-top: 12.5rem;
}

.m-between-children-56 > :not(:first-child) {
  margin-top: 14rem;
}

.m-between-children-64 > :not(:first-child) {
  margin-top: 16rem;
}

.m-between-children-px > :not(:first-child) {
  margin-top: 1px;
}

.hm-between-children > :not(:first-child) {
  margin-left: 0.25rem;
}

.hm-between-children-0 > :not(:first-child) {
  margin-left: 0;
}

.hm-between-children-1 > :not(:first-child) {
  margin-left: 0.25rem;
}

.hm-between-children-2 > :not(:first-child) {
  margin-left: 0.5rem;
}

.hm-between-children-3 > :not(:first-child) {
  margin-left: 0.75rem;
}

.hm-between-children-4 > :not(:first-child) {
  margin-left: 1rem;
}

.hm-between-children-5 > :not(:first-child) {
  margin-left: 1.25rem;
}

.hm-between-children-6 > :not(:first-child) {
  margin-left: 1.5rem;
}

.hm-between-children-8 > :not(:first-child) {
  margin-left: 2rem;
}

.hm-between-children-10 > :not(:first-child) {
  margin-left: 2.5rem;
}

.hm-between-children-12 > :not(:first-child) {
  margin-left: 3rem;
}

.hm-between-children-16 > :not(:first-child) {
  margin-left: 3.75rem;
}

.hm-between-children-20 > :not(:first-child) {
  margin-left: 5rem;
}

.hm-between-children-24 > :not(:first-child) {
  margin-left: 5.425rem;
}

.hm-between-children-32 > :not(:first-child) {
  margin-left: 8rem;
}

.hm-between-children-40 > :not(:first-child) {
  margin-left: 10rem;
}

.hm-between-children-48 > :not(:first-child) {
  margin-left: 12.5rem;
}

.hm-between-children-56 > :not(:first-child) {
  margin-left: 14rem;
}

.hm-between-children-64 > :not(:first-child) {
  margin-left: 16rem;
}

.hm-between-children-px > :not(:first-child) {
  margin-left: 1px;
}

.m-trim > :first-child {
  margin-top: 0;
}

.m-trim > :last-child {
  margin-bottom: 0;
}

.hm-trim > :first-child {
  margin-left: 0;
}

.hm-trim > :last-child {
  margin-right: 0;
}

.contenido h2, .contenido .h2{
  font-size: 1.52381rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.contenido p {
  margin-bottom: 1rem;
}

.contenido ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  list-style: disc;
}

@media screen and (min-width: 480px) {
  .caracteristicas--item:not(:last-child):after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: block;
    content: "";
  }
}

.triaje-home--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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 480px) {
  .triaje-home--content {
    width: 280px;
  }
}

.triaje-home--h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  .triaje-home--h2 {
    margin-bottom: 2rem;
  }
}

.triaje-home--button {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.triaje-home--button .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .triaje-home--button .owl-dot span {
  border-style: none !important;
}

.triaje-home--button .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.equipo--item {
  text-align: center;
}

.home--contacto {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-contacto-home@2x.jpg);
}

.embed-responsive iframe,.embed-responsive>iframe,.embed-responsive>embed,.embed-responsive>object,.embed-responsive>video{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.icono-central {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.icono-central::before {
  --tw-border-opacity: 1;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity));
  border-bottom-width: 1px;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 0;
  content: "";
  top: 50%;
}

.icono-central span {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  display: inline-block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 10;
}

.icono-central i {
  display: inline-block;
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .icono-central i {
    font-size: 2.25rem;
  }
}

.como-funciona__pasos {
  position: relative;
}

@media (min-width: 768px) {
  .como-funciona__pasos:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: absolute;
    left: 50%;
    width: 50%;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: -50%;
    z-index: 2;
    top: 45px;
    content: "";
    height: 2px;
  }
}

.como-funciona__icono {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity));
  display: block;
  font-size: 4.625rem;
  line-height: 1;
  margin-bottom: 3rem;
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .como-funciona__icono {
    width: 120px;
  }
}

@media (min-width: 1024px) {
  .como-funciona__icono {
    width: 200px;
  }
}

.loading {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  background-image: url("../img/loading.gif");
  display: none;
}

.loading--blue__500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-image: url("../img/loading-blue-400.gif");
}

@font-face {
  font-family: "dh-icon";

  src: url("../font/dh-icon.eot?40104148");

  src: url("../font/dh-icon.eot?40104148#iefix") format("embedded-opentype"), url("../font/dh-icon.woff2?40104148") format("woff2"), url("../font/dh-icon.woff?40104148") format("woff"), url("../font/dh-icon.ttf?40104148") format("truetype"), url("../font/dh-icon.svg?40104148#dh-icon") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dh-icon';
    src: url('../font/dh-icon.svg?16697059#dh-icon') format('svg');
  }
}
*/

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "dh-icon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok:before {
  content: "\E800";
}

/* '' */

.icon-check:before {
  content: "\E801";
}

/* '' */

.icon-right:before {
  content: "\E802";
}

/* '' */

.icon-left:before {
  content: "\E803";
}

/* '' */

.icon-diamante:before {
  content: "\E804";
}

/* '' */

.icon-papel:before {
  content: "\E805";
}

/* '' */

.icon-feliz:before {
  content: "\E806";
}

/* '' */

.icon-triste:before {
  content: "\E807";
}

/* '' */

.icon-meta:before {
  content: "\E808";
}

/* '' */

.icon-play:before {
  content: "\E809";
}

/* '' */

.icon-camara:before {
  content: "\E80A";
}

/* '' */

.icon-tarjeta:before {
  content: "\E80B";
}

/* '' */

.icon-boton:before {
  content: "\E80C";
}

/* '' */

.icon-instagram:before {
  content: "\E80D";
}

/* '' */

.icon-facebook:before {
  content: "\E80E";
}

/* '' */

.icon-estrella:before {
  content: "\E80F";
}

/* '' */

.icon-twitter:before {
  content: "\E810";
}

/* '' */

.icon-mundo:before {
  content: "\E811";
}

/* '' */

.icon-laptop:before {
  content: "\E812";
}

/* '' */

.icon-star-empty-1:before {
  content: "\E813";
}

/* '' */

.icon-star-1:before {
  content: "\E814";
}

/* '' */

.icon-check-empty:before {
  content: "\F096";
}

/* '' */

a, button, input[type=button], input[type=submit]{
  cursor: pointer;
}

a:hover, a:focus-visible, a:focus, button:hover, button:focus-visible, button:focus, input[type=button]:hover, input[type=button]:focus-visible, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus-visible, input[type=submit]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type=text]:focus-visible, input[type=text]:focus, input[type=email]:focus-visible, input[type=email]:focus, input[type=tel]:focus-visible, input[type=tel]:focus, input[type=number]:focus-visible, input[type=number]:focus, input[type=number]:focus-visible, input[type=number]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

textarea {
  resize: none;
}

textarea:focus-visible, textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form--row {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .form--row {
    margin-bottom: 1.25rem;
  }
}

.form--control {
  border-radius: 0.5rem;
  display: block;
  line-height: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.form--control.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgba(255, 51, 51, var(--tw-border-opacity));
  border-width: 2px;
}

.form--control__border {
  --tw-border-opacity: 1;
  border-color: rgba(125, 125, 125, var(--tw-border-opacity));
  border-width: 1px;
}

.qmn_quiz_container .form--control__border {
  border-style: none;
}

.form--inline input[type=text], .form--inline input[type=email], .form--inline input[type=number] {
  display: block;
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form--inline input[type=submit], .form--inline button[type=submit]{
  display: block;
  font-weight: 700;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .form--inline input[type=submit], .form--inline button[type=submit]{
    width: auto;
  }
}

.btn {
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}

.btn--md {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn--lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.btn--shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn--shadow:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn--blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--blue-200 .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .btn--blue-200 .owl-dot span {
  border-style: none !important;
}

.btn--blue-200 .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.btn--blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 124, 219, var(--tw-bg-opacity));
}

.btn--yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--yellow-500 .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .btn--yellow-500 .owl-dot span {
  border-style: none !important;
}

.btn--yellow-500 .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.btn--yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 145, 23, var(--tw-bg-opacity));
}

.btn--border__blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity));
  border-width: 2px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(30, 144, 255, var(--tw-text-opacity));
}

.btn--border__blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--border__blue-300:hover .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .btn--border__blue-300:hover .owl-dot span {
  border-style: none !important;
}

.btn--border__blue-300:hover .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.captcha {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

label.custom--btn {
  cursor: pointer;
  position: relative;
}

label.custom--btn:not(:last-child) {
  margin-right: -1px;
}

label.custom--btn:first-child span {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

label.custom--btn:last-child span {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

label.custom--btn input[type=radio] {
  position: absolute;
  visibility: hidden;
}

label.custom--btn input[type=radio] + span {
  --tw-border-opacity: 1;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity));
  border-width: 1px;
  display: inline-block;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-transform: uppercase;
}

.qmn_quiz_container label.custom--btn input[type=radio] + span {
  border-style: none;
}

label.custom--btn input[type=radio]:checked + span, label.custom--btn input[type=radio][checked=checked] + span {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

label.custom--btn input[type=radio]:checked + span .owl-dot span, label.custom--btn input[type=radio][checked=checked] + span .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container label.custom--btn input[type=radio]:checked + span .owl-dot span, .qmn_quiz_container label.custom--btn input[type=radio][checked=checked] + span .owl-dot span {
  border-style: none !important;
}

label.custom--btn input[type=radio]:checked + span .owl-dot.active span, label.custom--btn input[type=radio][checked=checked] + span .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

label.custom--radio__btn {
  position: relative;
}

label.custom--radio__btn input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

label.custom--radio__btn input[type=radio] + span {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(26, 124, 219, var(--tw-text-opacity));
}

label.custom--radio__btn input[type=radio]:checked + span, label.custom--radio__btn input[type=radio][checked] + span {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

label.custom--radio__btn input[type=radio]:checked + span .owl-dot span, label.custom--radio__btn input[type=radio][checked] + span .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container label.custom--radio__btn input[type=radio]:checked + span .owl-dot span, .qmn_quiz_container label.custom--radio__btn input[type=radio][checked] + span .owl-dot span {
  border-style: none !important;
}

label.custom--radio__btn input[type=radio]:checked + span .owl-dot.active span, label.custom--radio__btn input[type=radio][checked] + span .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

.title--h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .title--h1 {
    font-size: 1.75rem;
  }
}

.title--h2 {
  font-size: 1.75rem;
  line-height: 1.125;
}

@media (min-width: 1024px) {
  .title--h2 {
    font-size: 2.25rem;
  }
}

.title--h3 {
  font-weight: 700;
  font-size: 1.52381rem;
  line-height: 1.125;
}

@media (min-width: 1024px) {
  .title--h3 {
    font-size: 1.75rem;
  }
}

.title--h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.125;
}

@media screen and (max-width: 768px) {
  .logo {
    max-width: 170px;
    height: 33px;
  }
}

.menu--main {
  display: none;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .menu--main {
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .menu--main {
    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;
  }
}

.menu--main ul {
  display: inline-block;
  line-height: .75;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
}

.menu--main ul li {
  display: inline-block;
}

.menu--main ul li a {
  display: inline-block;
  font-size: 0.86rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.menu--main ul li a .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .menu--main ul li a .owl-dot span {
  border-style: none !important;
}

.menu--main ul li a .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.menu--main ul li a{
  letter-spacing: 1px;
  margin: 0 10px;
  padding: 0 4px;
}

@media (max-width: 640px) {
  .menu--main ul {
    display: none;
  }
}

@media (orientation: landscape) {
  .menu--main ul {
    display: inline-block;
  }
}

.menu--overlay {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity));
  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;
  height: 100vh;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  width: 100vw;
}

.menu--overlay .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .menu--overlay .owl-dot span {
  border-style: none !important;
}

.menu--overlay .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.menu--overlay{
  padding-right: 15px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 5;
}

.menu--overlay ul, .menu--overlay li{
  display: block;
  position: relative;
}

.menu--overlay ul a, .menu--overlay li a{
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.menu--overlay ul a,
.menu--overlay li a{
  font-size: 1em;
  letter-spacing: 4px;
  padding: 10px 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu--overlay ul a:hover, .menu--overlay ul a:active, .menu--overlay li a:hover, .menu--overlay li a:active{
  --tw-text-opacity: 1;
  color: rgba(30, 144, 255, var(--tw-text-opacity));
}

.menu--overlay ul a:hover, .menu--overlay ul a:active,
.menu--overlay li a:hover,
.menu--overlay li a:active{
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu--inferior ul {
  display: inline-block;
}

.menu--inferior ul li {
  display: inline-block;
}

.menu--inferior ul li a {
  display: inline-block;
  font-size: 0.86rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-transform: uppercase;
}

.menu--inferior ul li a .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .menu--inferior ul li a .owl-dot span {
  border-style: none !important;
}

.menu--inferior ul li a .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.menu--inferior ul li a{
  letter-spacing: 1px;
  margin: 0 10px;
  padding: 0 4px;
}

.nav-wrapper {
  margin: auto;
  text-align: center;
  width: 100%;
}

.separator-top {
  width: 100%;
  height: 65px;
  background-image: url("http://i448.photobucket.com/albums/qq208/concept_bucket/separator_2.png");
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 60px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 4;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menuIcon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menuIcon {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    height: 23px;
    width: 27px;
    z-index: 7;
  }

  .menuIcon.toggle .icon-bars {
    top: 5px;
    -webkit-transform: translate3d(0, 5px, 0) rotate(135deg);
            transform: translate3d(0, 5px, 0) rotate(135deg);
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars:before {
    opacity: 0;
    top: 0;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .menuIcon.toggle .icon-bars:after {
    top: 10px;
    -webkit-transform: translate3d(0, -10px, 0) rotate(-270deg);
            transform: translate3d(0, -10px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}

@media screen and (max-width: 1024px) {
  .icon-bars {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: absolute;
    left: 1px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .icon-bars:before {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: absolute;
    content: "";
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s width 0.4s;
    -o-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: absolute;
    margin-top: 0px;
    content: "";
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s width 0.4s;
    -o-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }

  .icon-bars.overlay {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    width: 20px;
  }

  .icon-bars.overlay:before {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    width: 20px;
  }

  .icon-bars.overlay:after {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    width: 20px;
  }
}

@media (max-width: 640px) {
  @keyframes topBar {
    0% {
      width: 0px;
    }

    50% {
      width: 10px;
    }

    100% {
      width: 0px;
    }
  }

  @-webkit-keyframes topBar {
    0% {
      width: 0px;
    }

    50% {
      width: 10px;
    }

    100% {
      width: 0px;
    }
  }

  @keyframes bottomBar {
    0% {
      width: 0px;
    }

    50% {
      width: 15px;
    }

    100% {
      width: 0px;
    }
  }

  @-webkit-keyframes bottomBar {
    0% {
      width: 0px;
    }

    50% {
      width: 15px;
    }

    100% {
      width: 0px;
    }
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.slider-image-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider-item {
  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-negative: 1;
      flex-shrink: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.slider-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.slider-item-content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.slider-item-text {
  width: 464px;
}

.slider-item-text > * {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.swiper-slide-active {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.swiper-pagination {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 1;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  background: rgba(255, 185, 0, 0.3);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.swiper-pagination-bullet-active {
  background: #ffb200;
  width: 20px;
  border-radius: 10px;
}

.slider-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-top: 8px;
}

.owl-dot span {
  height: 1rem !important;
  width: 1rem !important;
}

.text-white .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .text-white .owl-dot span {
  border-style: none !important;
}

.text-white .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.opiniones .owl-dots {
  margin-top: 2rem !important;
}

.opiniones .owl-dots .owl-dot span {
  margin-bottom: 0 !important;
}

.triaje {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.triaje .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .triaje .owl-dot span {
  border-style: none !important;
}

.triaje .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.triaje--content {
  position: relative;
}

.triaje--alternativas {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.triaje--errores {
  text-align: center;
  width: 100%;
}

.triaje-form--title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .triaje-form--title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1087px) {
  .triaje-form--title {
    font-size: 1.75rem;
  }
}

.triaje-form--radio label {
  position: relative;
}

.triaje-form--radio label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.triaje-form--radio label input[type=radio] + span {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
  font-size: 0.86rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(30, 144, 255, var(--tw-text-opacity));
  letter-spacing: -0.025em;
  min-width: 218px;
}

.triaje-form--radio label input[type=radio]:checked + span {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.triaje-form--radio label input[type=radio]:checked + span .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .triaje-form--radio label input[type=radio]:checked + span .owl-dot span {
  border-style: none !important;
}

.triaje-form--radio label input[type=radio]:checked + span .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.triaje-form .wpcf7-not-valid-tip {
  margin-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.triaje-form .wpcf7-not-valid-tip .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .triaje-form .wpcf7-not-valid-tip .owl-dot span {
  border-style: none !important;
}

.triaje-form .wpcf7-not-valid-tip .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.triaje--subtitle {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.triaje--diagnostico {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity));
  min-height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}

.triaje--diagnostico__title, .triaje--diagnostico__subtitle {
  text-align: center;
}

.triaje--diagnostico__title {
  font-size: 1.125rem;
  line-height: 1.125;
}

@media (min-width: 768px){
  .triaje--diagnostico__title{
    font-size: 1.25rem;
  }
}

.triaje--diagnostico__title{
  margin-bottom: 0.75rem;
}

.triaje--diagnostico__subtitle {
  margin-bottom: 1rem;
}

.triaje--respuesta {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 144, 255, var(--tw-bg-opacity));
  -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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 30;
  display: none;
}

.triaje--radio__especialidad {
  font-weight: 700;
}

.triaje--radio__especialista {
  display: none;
}

.cf7mls-btns {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0 !important;
}

.action-button {
  line-height: 1 !important;
  margin: 0 !important;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.action-button img {
  width: 14px !important;
}

.wpcf7-form-control {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1rem;
}

.wpcf7-response-output {
  border-width: 0px !important;
  margin-top: 1.25rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.wpcf7-response-output .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .wpcf7-response-output .owl-dot span {
  border-style: none !important;
}

.wpcf7-response-output .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.wpcf7-response-output svg {
  display: none !important;
}

.qmn_quiz_radio > label {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.qmn_quiz_container {
  height: 100%;
}

.qmn_quiz_container .border {
  border-style: none;
}

.qmn_quiz_container .mlw_qmn_quiz_link, .qmn_quiz_container .qsm-submit-btn {
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgba(30, 194, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.qmn_quiz_container .mlw_qmn_quiz_link .owl-dot span, .qmn_quiz_container .qsm-submit-btn .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .qmn_quiz_container .mlw_qmn_quiz_link .owl-dot span, .qmn_quiz_container .qmn_quiz_container .qsm-submit-btn .owl-dot span {
  border-style: none !important;
}

.qmn_quiz_container .mlw_qmn_quiz_link .owl-dot.active span, .qmn_quiz_container .qsm-submit-btn .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.qmn_quiz_container .mlw_qmn_quiz_link:hover, .qmn_quiz_container .qsm-submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 124, 219, var(--tw-bg-opacity));
}

.qmn_quiz_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  position: relative;
  width: 100%;
}

.qmn_mc_answer_wrap {
  display: block;
  font-size: 1.125rem;
  line-height: 1.125;
  padding-bottom: 1rem;
}

.qmn_mc_answer_wrap:not(:last-of-type) {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  border-style: solid;
  border-bottom-width: 1px;
}

.qmn_mc_answer_wrap input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
}

.qmn_mc_answer_wrap input[type=radio] + label {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  cursor: pointer;
  display: block;
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 1.5rem;
  position: relative;
  text-align: left;
}

.qmn_quiz_container .qmn_mc_answer_wrap input[type=radio] + label {
  border-style: none;
}

.qmn_mc_answer_wrap input[type=radio] + label:before {
  font-family: dh-icon;
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 0.5rem;
  content: "\F096";
}

.qmn_mc_answer_wrap input[type=radio]:checked + label, .qmn_mc_answer_wrap input[type=radio][checked=checked] + label {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.qmn_mc_answer_wrap input[type=radio]:checked + label .owl-dot span, .qmn_mc_answer_wrap input[type=radio][checked=checked] + label .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .qmn_mc_answer_wrap input[type=radio]:checked + label .owl-dot span, .qmn_quiz_container .qmn_mc_answer_wrap input[type=radio][checked=checked] + label .owl-dot span {
  border-style: none !important;
}

.qmn_mc_answer_wrap input[type=radio]:checked + label .owl-dot.active span, .qmn_mc_answer_wrap input[type=radio][checked=checked] + label .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.qmn_mc_answer_wrap input[type=radio]:checked + label:before, .qmn_mc_answer_wrap input[type=radio][checked=checked] + label:before {
  content: "\E800";
}

.qsm-page {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .qsm-page {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}

.qsm-pagination {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.qsm-before-message p {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .qsm-before-message p {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1087px) {
  .qsm-before-message p {
    font-size: 1.52381rem;
  }
}

.qsm-question-wrapper {
  width: 100%;
}

@media (min-width: 1024px) {
  .qsm-question-wrapper {
    width: 75%;
  }
}

@media (min-width: 1087px) {
  .qsm-question-wrapper {
    width: 50%;
  }
}

.qsm-error-message.qmn_error_message {
  font-size: 0.86rem;
  margin-bottom: 1rem;
  text-align: center;
}

.qsm-results-page {
  text-align: center;
}

#mlw_error_message {
  display: none;
}

.mlw_qmn_new_question, .mlw_qmn_question_number {
  font-weight: 700;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .mlw_qmn_new_question, .mlw_qmn_question_number {
    font-size: 1.25rem;
  }
}

@media (min-width: 1087px) {
  .mlw_qmn_new_question, .mlw_qmn_question_number {
    font-size: 1.75rem;
  }
}

.mlw_qmn_new_question {
  display: block !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
}

.mlw_previous {
  margin-bottom: 0 !important;
  margin-right: 1.5rem !important;
}

.mlw_horizontal_choice {
  display: block;
  margin-bottom: 0.75rem;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .mlw_horizontal_choice {
    display: inline-block;
    width: auto;
  }
}

.mlw_horizontal_choice input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.mlw_horizontal_choice input[type=radio] + label {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  cursor: pointer;
  display: block;
  font-size: 0.86rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(30, 144, 255, var(--tw-text-opacity));
  text-transform: uppercase;
  letter-spacing: -0.025em;
  min-width: 218px;
}

.mlw_horizontal_choice input[type=radio]:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 167, 69, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.mlw_horizontal_choice input[type=radio]:checked + label .owl-dot span {
  background-color: transparent !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  border-width: 1px !important;
}

.qmn_quiz_container .mlw_horizontal_choice input[type=radio]:checked + label .owl-dot span {
  border-style: none !important;
}

.mlw_horizontal_choice input[type=radio]:checked + label .owl-dot.active span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

/* Wizard */

.wizard, .tabcontrol{
  display: block;
  overflow: hidden;
  width: 100%;
}

.wizard .steps .current-info, .tabcontrol .steps .current-info{
  position: absolute;
}

.wizard .steps .current-info,
.tabcontrol .steps .current-info{
  left: -999em;
}

.wizard .content .title, .tabcontrol .content .title{
  position: absolute;
}

.wizard .content .title,
.tabcontrol .content .title{
  left: -999em;
}

.wizard > .steps {
  display: none;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul > li {
  width: 25%;
}

.wizard > .steps a:hover, .wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
  float: left;
}

.wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  min-height: 270px;
}

.wizard > .content > .body {
  float: left;
  height: 100%;
  position: absolute;
  width: 100%;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  width: 100%;
}

@media (min-width: 768px){
  .wizard > .content > .body label{
    width: 50%;
  }
}

.wizard > .content > .body label{
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.accordion {
  list-style: none;
  padding: 0;
}

.accordion--inner {
  overflow: hidden;
  display: none;
}

@media (min-width: 768px) {
  .accordion--item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1087px) {
  .accordion--item {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.accordion--item:not(:last-child) {
  --tw-border-opacity: 1;
  border-color: rgba(30, 144, 255, var(--tw-border-opacity));
  border-bottom-width: 1px;
}

.accordion--toggle {
  display: block;
  font-size: 1.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .accordion--toggle {
    font-size: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* text-based popup styling */

.white-popup {
  position: relative;
  background: #fff;
  padding: 25px;
  width: auto;
  margin: 0 auto;
}

.popup--lg {
  border-radius: 0.5rem;
  width: 91.666667%;
  max-width: 960px;
}

.mfp-close-btn-in .mfp-close {
  font-size: 1.52381rem;
  --tw-text-opacity: 1;
  color: rgba(30, 144, 255, var(--tw-text-opacity));
}

/*

====== Zoom effect ======

*/

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 480px){
  .xs\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 480px){
    .xs\:container{
      max-width: 480px;
    }
  }

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

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

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

  @media (min-width: 1087px){
    .xs\:container{
      max-width: 1087px;
    }
  }

  @media (min-width: 1440px){
    .xs\:container{
      max-width: 1440px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

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

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

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

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

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

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

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

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

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

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

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

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

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

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

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

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

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

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

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

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

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

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

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .xs\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus-within\:sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus-within\:not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\: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-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-transparent:focus-within{
    background-color: transparent !important;
  }

  .xs\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xs\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xs\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-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(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xs\:from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-red{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xs\:from-gray-100{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:from-gray-200{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xs\:from-gray-400{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xs\:from-gray-500{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xs\:from-gray-700{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:from-yellow-100{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xs\:from-yellow-500{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xs\:from-blue-200{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xs\:from-blue-300{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xs\:from-blue-400{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xs\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xs\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xs\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xs\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xs\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xs\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xs\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xs\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xs\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xs\:to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .xs\:to-black{
    --tw-gradient-to: #000 !important;
  }

  .xs\:to-white{
    --tw-gradient-to: #fff !important;
  }

  .xs\:to-red{
    --tw-gradient-to: #f33 !important;
  }

  .xs\:to-gray-100{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xs\:to-gray-200{
    --tw-gradient-to: #DADADA !important;
  }

  .xs\:to-gray-400{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xs\:to-gray-500{
    --tw-gradient-to: #706F6F !important;
  }

  .xs\:to-gray-700{
    --tw-gradient-to: #333 !important;
  }

  .xs\:to-yellow-100{
    --tw-gradient-to: #fca745 !important;
  }

  .xs\:to-yellow-500{
    --tw-gradient-to: #FB9117 !important;
  }

  .xs\:to-blue-200{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xs\:to-blue-300{
    --tw-gradient-to: #1E90FF !important;
  }

  .xs\:to-blue-400{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xs\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-red:hover{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xs\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:hover\:from-gray-200:hover{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xs\:hover\:from-gray-400:hover{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xs\:hover\:from-gray-500:hover{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xs\:hover\:from-gray-700:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xs\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xs\:hover\:from-blue-200:hover{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xs\:hover\:from-blue-300:hover{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xs\:hover\:from-blue-400:hover{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xs\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xs\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xs\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xs\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xs\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xs\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xs\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xs\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xs\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xs\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .xs\:hover\:to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .xs\:hover\:to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .xs\:hover\:to-red:hover{
    --tw-gradient-to: #f33 !important;
  }

  .xs\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xs\:hover\:to-gray-200:hover{
    --tw-gradient-to: #DADADA !important;
  }

  .xs\:hover\:to-gray-400:hover{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xs\:hover\:to-gray-500:hover{
    --tw-gradient-to: #706F6F !important;
  }

  .xs\:hover\:to-gray-700:hover{
    --tw-gradient-to: #333 !important;
  }

  .xs\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fca745 !important;
  }

  .xs\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #FB9117 !important;
  }

  .xs\:hover\:to-blue-200:hover{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xs\:hover\:to-blue-300:hover{
    --tw-gradient-to: #1E90FF !important;
  }

  .xs\:hover\:to-blue-400:hover{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xs\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-red:focus{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xs\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:focus\:from-gray-200:focus{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xs\:focus\:from-gray-400:focus{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xs\:focus\:from-gray-500:focus{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xs\:focus\:from-gray-700:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xs\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xs\:focus\:from-blue-200:focus{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xs\:focus\:from-blue-300:focus{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xs\:focus\:from-blue-400:focus{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xs\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xs\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xs\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xs\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xs\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xs\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xs\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xs\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xs\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xs\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xs\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .xs\:focus\:to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .xs\:focus\:to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .xs\:focus\:to-red:focus{
    --tw-gradient-to: #f33 !important;
  }

  .xs\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xs\:focus\:to-gray-200:focus{
    --tw-gradient-to: #DADADA !important;
  }

  .xs\:focus\:to-gray-400:focus{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xs\:focus\:to-gray-500:focus{
    --tw-gradient-to: #706F6F !important;
  }

  .xs\:focus\:to-gray-700:focus{
    --tw-gradient-to: #333 !important;
  }

  .xs\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fca745 !important;
  }

  .xs\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #FB9117 !important;
  }

  .xs\:focus\:to-blue-200:focus{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xs\:focus\:to-blue-300:focus{
    --tw-gradient-to: #1E90FF !important;
  }

  .xs\:focus\:to-blue-400:focus{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xs\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xs\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .xs\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xs\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .xs\:bg-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-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xs\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-transparent{
    border-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-transparent:focus-within{
    border-color: transparent !important;
  }

  .xs\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-default:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xs\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xs\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xs\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .xs\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xs\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xs\:rounded-none{
    border-radius: 0 !important;
  }

  .xs\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xs\:rounded-default{
    border-radius: 0.25rem !important;
  }

  .xs\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xs\:rounded-full{
    border-radius: 9999px !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-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !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-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-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-default{
    border-top-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-bl-default{
    border-bottom-left-radius: 0.25rem !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-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\: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: 0px !important;
  }

  .xs\:border-2{
    border-width: 2px !important;
  }

  .xs\:border-4{
    border-width: 4px !important;
  }

  .xs\:border-8{
    border-width: 8px !important;
  }

  .xs\:border{
    border-width: 1px !important;
  }

  .xs\:border-t-0{
    border-top-width: 0px !important;
  }

  .xs\:border-r-0{
    border-right-width: 0px !important;
  }

  .xs\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .xs\:border-l-0{
    border-left-width: 0px !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-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-nowrap{
    -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-default{
    -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-default{
    -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\: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: Raleway, sans-serif !important;
  }

  .xs\:font-icon{
    font-family: dh-icon !important;
  }

  .xs\:font-light{
    font-weight: 300 !important;
  }

  .xs\:font-regular{
    font-weight: 400 !important;
  }

  .xs\:font-semibold{
    font-weight: 700 !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: 3.75rem !important;
  }

  .xs\:h-20{
    height: 5rem !important;
  }

  .xs\:h-24{
    height: 5.425rem !important;
  }

  .xs\:h-32{
    height: 8rem !important;
  }

  .xs\:h-40{
    height: 10rem !important;
  }

  .xs\:h-48{
    height: 12.5rem !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-full{
    height: 100% !important;
  }

  .xs\:h-screen{
    height: 100vh !important;
  }

  .xs\:text-cero{
    font-size: 0rem !important;
  }

  .xs\:text-xs{
    font-size: 0.5rem !important;
  }

  .xs\:text-sm{
    font-size: 0.86rem !important;
  }

  .xs\:text-base{
    font-size: 1rem !important;
  }

  .xs\:text-lg{
    font-size: 1.125rem !important;
  }

  .xs\:text-xl{
    font-size: 1.25rem !important;
  }

  .xs\:text-2xl{
    font-size: 1.52381rem !important;
  }

  .xs\:text-3xl{
    font-size: 1.75rem !important;
  }

  .xs\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xs\:text-5xl{
    font-size: 3rem !important;
  }

  .xs\:text-6xl{
    font-size: 3.75rem !important;
  }

  .xs\:text-7xl{
    font-size: 4.625rem !important;
  }

  .xs\:leading-leading-3{
    line-height: .75 !important;
  }

  .xs\:leading-none{
    line-height: 1 !important;
  }

  .xs\:leading-tighter{
    line-height: 1.125 !important;
  }

  .xs\:leading-leading-6{
    line-height: 1.5 !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\: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: 3.75rem !important;
  }

  .xs\:m-20{
    margin: 5rem !important;
  }

  .xs\:m-24{
    margin: 5.425rem !important;
  }

  .xs\:m-32{
    margin: 8rem !important;
  }

  .xs\:m-40{
    margin: 10rem !important;
  }

  .xs\:m-48{
    margin: 12.5rem !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-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: -3.75rem !important;
  }

  .xs\:-m-20{
    margin: -5rem !important;
  }

  .xs\:-m-24{
    margin: -5.425rem !important;
  }

  .xs\:-m-32{
    margin: -8rem !important;
  }

  .xs\:-m-40{
    margin: -10rem !important;
  }

  .xs\:-m-48{
    margin: -12.5rem !important;
  }

  .xs\:-m-56{
    margin: -14rem !important;
  }

  .xs\:-m-64{
    margin: -16rem !important;
  }

  .xs\:-m-px{
    margin: -1px !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: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .xs\:mx-16{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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: 5.425rem !important;
    margin-bottom: 5.425rem !important;
  }

  .xs\:mx-24{
    margin-left: 5.425rem !important;
    margin-right: 5.425rem !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: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .xs\:mx-48{
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !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-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: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .xs\:-mx-16{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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: -5.425rem !important;
    margin-bottom: -5.425rem !important;
  }

  .xs\:-mx-24{
    margin-left: -5.425rem !important;
    margin-right: -5.425rem !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: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .xs\:-mx-48{
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !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\: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: 3.75rem !important;
  }

  .xs\:mr-16{
    margin-right: 3.75rem !important;
  }

  .xs\:mb-16{
    margin-bottom: 3.75rem !important;
  }

  .xs\:ml-16{
    margin-left: 3.75rem !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: 5.425rem !important;
  }

  .xs\:mr-24{
    margin-right: 5.425rem !important;
  }

  .xs\:mb-24{
    margin-bottom: 5.425rem !important;
  }

  .xs\:ml-24{
    margin-left: 5.425rem !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: 12.5rem !important;
  }

  .xs\:mr-48{
    margin-right: 12.5rem !important;
  }

  .xs\:mb-48{
    margin-bottom: 12.5rem !important;
  }

  .xs\:ml-48{
    margin-left: 12.5rem !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-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: -3.75rem !important;
  }

  .xs\:-mr-16{
    margin-right: -3.75rem !important;
  }

  .xs\:-mb-16{
    margin-bottom: -3.75rem !important;
  }

  .xs\:-ml-16{
    margin-left: -3.75rem !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: -5.425rem !important;
  }

  .xs\:-mr-24{
    margin-right: -5.425rem !important;
  }

  .xs\:-mb-24{
    margin-bottom: -5.425rem !important;
  }

  .xs\:-ml-24{
    margin-left: -5.425rem !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: -12.5rem !important;
  }

  .xs\:-mr-48{
    margin-right: -12.5rem !important;
  }

  .xs\:-mb-48{
    margin-bottom: -12.5rem !important;
  }

  .xs\:-ml-48{
    margin-left: -12.5rem !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\:max-h-0{
    max-height: 0 !important;
  }

  .xs\:max-h-1{
    max-height: 0.25rem !important;
  }

  .xs\:max-h-2{
    max-height: 0.5rem !important;
  }

  .xs\:max-h-3{
    max-height: 0.75rem !important;
  }

  .xs\:max-h-4{
    max-height: 1rem !important;
  }

  .xs\:max-h-5{
    max-height: 1.25rem !important;
  }

  .xs\:max-h-6{
    max-height: 1.5rem !important;
  }

  .xs\:max-h-8{
    max-height: 2rem !important;
  }

  .xs\:max-h-10{
    max-height: 2.5rem !important;
  }

  .xs\:max-h-12{
    max-height: 3rem !important;
  }

  .xs\:max-h-16{
    max-height: 3.75rem !important;
  }

  .xs\:max-h-20{
    max-height: 5rem !important;
  }

  .xs\:max-h-24{
    max-height: 5.425rem !important;
  }

  .xs\:max-h-32{
    max-height: 8rem !important;
  }

  .xs\:max-h-40{
    max-height: 10rem !important;
  }

  .xs\:max-h-48{
    max-height: 12.5rem !important;
  }

  .xs\:max-h-56{
    max-height: 14rem !important;
  }

  .xs\:max-h-64{
    max-height: 16rem !important;
  }

  .xs\:max-h-px{
    max-height: 1px !important;
  }

  .xs\:max-h-full{
    max-height: 100% !important;
  }

  .xs\:max-h-screen{
    max-height: 100vh !important;
  }

  .xs\:max-w-0{
    max-width: 0rem !important;
  }

  .xs\:max-w-none{
    max-width: none !important;
  }

  .xs\:max-w-xs{
    max-width: 20rem !important;
  }

  .xs\:max-w-sm{
    max-width: 24rem !important;
  }

  .xs\:max-w-md{
    max-width: 28rem !important;
  }

  .xs\:max-w-lg{
    max-width: 32rem !important;
  }

  .xs\:max-w-xl{
    max-width: 36rem !important;
  }

  .xs\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xs\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xs\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xs\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xs\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xs\:max-w-7xl{
    max-width: 80rem !important;
  }

  .xs\:max-w-full{
    max-width: 100% !important;
  }

  .xs\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xs\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xs\:max-w-prose{
    max-width: 65ch !important;
  }

  .xs\:max-w-screen-xs{
    max-width: 480px !important;
  }

  .xs\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .xs\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xs\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xs\:max-w-screen-xl{
    max-width: 1087px !important;
  }

  .xs\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .xs\:min-h-0{
    min-height: 0 !important;
  }

  .xs\:min-h-1{
    min-height: 0.25rem !important;
  }

  .xs\:min-h-2{
    min-height: 0.5rem !important;
  }

  .xs\:min-h-3{
    min-height: 0.75rem !important;
  }

  .xs\:min-h-4{
    min-height: 1rem !important;
  }

  .xs\:min-h-5{
    min-height: 1.25rem !important;
  }

  .xs\:min-h-6{
    min-height: 1.5rem !important;
  }

  .xs\:min-h-8{
    min-height: 2rem !important;
  }

  .xs\:min-h-10{
    min-height: 2.5rem !important;
  }

  .xs\:min-h-12{
    min-height: 3rem !important;
  }

  .xs\:min-h-16{
    min-height: 3.75rem !important;
  }

  .xs\:min-h-20{
    min-height: 5rem !important;
  }

  .xs\:min-h-24{
    min-height: 5.425rem !important;
  }

  .xs\:min-h-32{
    min-height: 8rem !important;
  }

  .xs\:min-h-40{
    min-height: 10rem !important;
  }

  .xs\:min-h-48{
    min-height: 12.5rem !important;
  }

  .xs\:min-h-56{
    min-height: 14rem !important;
  }

  .xs\:min-h-64{
    min-height: 16rem !important;
  }

  .xs\:min-h-auto{
    min-height: auto !important;
  }

  .xs\:min-h-px{
    min-height: 1px !important;
  }

  .xs\:min-h-1\/4{
    min-height: 25% !important;
  }

  .xs\:min-h-1\/2{
    min-height: 50% !important;
  }

  .xs\:min-h-3\/4{
    min-height: 75% !important;
  }

  .xs\:min-h-full{
    min-height: 100% !important;
  }

  .xs\:min-h-screen{
    min-height: 100vh !important;
  }

  .xs\:min-w-0{
    min-width: 0px !important;
  }

  .xs\:min-w-full{
    min-width: 100% !important;
  }

  .xs\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xs\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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-5{
    opacity: 0.05 !important;
  }

  .xs\:opacity-10{
    opacity: 0.1 !important;
  }

  .xs\:opacity-20{
    opacity: 0.2 !important;
  }

  .xs\:opacity-25{
    opacity: 0.25 !important;
  }

  .xs\:opacity-30{
    opacity: 0.3 !important;
  }

  .xs\:opacity-40{
    opacity: 0.4 !important;
  }

  .xs\:opacity-50{
    opacity: 0.5 !important;
  }

  .xs\:opacity-60{
    opacity: 0.6 !important;
  }

  .xs\:opacity-70{
    opacity: 0.7 !important;
  }

  .xs\:opacity-75{
    opacity: 0.75 !important;
  }

  .xs\:opacity-80{
    opacity: 0.8 !important;
  }

  .xs\:opacity-90{
    opacity: 0.9 !important;
  }

  .xs\:opacity-95{
    opacity: 0.95 !important;
  }

  .xs\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .xs\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .xs\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .xs\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .xs\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .xs\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .xs\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .xs\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .xs\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .xs\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .xs\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .xs\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .xs\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .xs\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .xs\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .xs\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .xs\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .xs\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .xs\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .xs\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .xs\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .xs\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .xs\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .xs\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .xs\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .xs\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .xs\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .xs\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .xs\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .xs\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .xs\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .xs\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xs\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:overflow-auto{
    overflow: auto !important;
  }

  .xs\:overflow-hidden{
    overflow: hidden !important;
  }

  .xs\:overflow-visible{
    overflow: visible !important;
  }

  .xs\:overflow-scroll{
    overflow: scroll !important;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xs\:overscroll-auto{
    -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: 3.75rem !important;
  }

  .xs\:p-20{
    padding: 5rem !important;
  }

  .xs\:p-24{
    padding: 5.425rem !important;
  }

  .xs\:p-32{
    padding: 8rem !important;
  }

  .xs\:p-40{
    padding: 10rem !important;
  }

  .xs\:p-48{
    padding: 12.5rem !important;
  }

  .xs\:p-56{
    padding: 14rem !important;
  }

  .xs\:p-64{
    padding: 16rem !important;
  }

  .xs\:p-px{
    padding: 1px !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: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .xs\:px-16{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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: 5.425rem !important;
    padding-bottom: 5.425rem !important;
  }

  .xs\:px-24{
    padding-left: 5.425rem !important;
    padding-right: 5.425rem !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: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .xs\:px-48{
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !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\: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: 3.75rem !important;
  }

  .xs\:pr-16{
    padding-right: 3.75rem !important;
  }

  .xs\:pb-16{
    padding-bottom: 3.75rem !important;
  }

  .xs\:pl-16{
    padding-left: 3.75rem !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: 5.425rem !important;
  }

  .xs\:pr-24{
    padding-right: 5.425rem !important;
  }

  .xs\:pb-24{
    padding-bottom: 5.425rem !important;
  }

  .xs\:pl-24{
    padding-left: 5.425rem !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: 12.5rem !important;
  }

  .xs\:pr-48{
    padding-right: 12.5rem !important;
  }

  .xs\:pb-48{
    padding-bottom: 12.5rem !important;
  }

  .xs\:pl-48{
    padding-left: 12.5rem !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\: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-black::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-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-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: -webkit-sticky !important;
    position: sticky !important;
  }

  .xs\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xs\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xs\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xs\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xs\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xs\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xs\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xs\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xs\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xs\:inset-16{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xs\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xs\:inset-24{
    top: 5.425rem !important;
    right: 5.425rem !important;
    bottom: 5.425rem !important;
    left: 5.425rem !important;
  }

  .xs\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xs\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xs\:inset-48{
    top: 12.5rem !important;
    right: 12.5rem !important;
    bottom: 12.5rem !important;
    left: 12.5rem !important;
  }

  .xs\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xs\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xs\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xs\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xs\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xs\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xs\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xs\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xs\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xs\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xs\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xs\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xs\:-inset-16{
    top: -3.75rem !important;
    right: -3.75rem !important;
    bottom: -3.75rem !important;
    left: -3.75rem !important;
  }

  .xs\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xs\:-inset-24{
    top: -5.425rem !important;
    right: -5.425rem !important;
    bottom: -5.425rem !important;
    left: -5.425rem !important;
  }

  .xs\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xs\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xs\:-inset-48{
    top: -12.5rem !important;
    right: -12.5rem !important;
    bottom: -12.5rem !important;
    left: -12.5rem !important;
  }

  .xs\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xs\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xs\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xs\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xs\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xs\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xs\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xs\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xs\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xs\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xs\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xs\:inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xs\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xs\:inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xs\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xs\:inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xs\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xs\:inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .xs\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xs\:inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xs\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xs\:inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xs\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xs\:inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .xs\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xs\:inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xs\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xs\:inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .xs\:inset-y-16{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .xs\:inset-x-16{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xs\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xs\:inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .xs\:inset-y-24{
    top: 5.425rem !important;
    bottom: 5.425rem !important;
  }

  .xs\:inset-x-24{
    right: 5.425rem !important;
    left: 5.425rem !important;
  }

  .xs\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xs\:inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .xs\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xs\:inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .xs\:inset-y-48{
    top: 12.5rem !important;
    bottom: 12.5rem !important;
  }

  .xs\:inset-x-48{
    right: 12.5rem !important;
    left: 12.5rem !important;
  }

  .xs\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xs\:inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .xs\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xs\:inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .xs\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xs\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xs\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xs\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xs\:-inset-x-1{
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xs\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xs\:-inset-x-2{
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xs\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xs\:-inset-x-3{
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xs\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xs\:-inset-x-4{
    right: -1rem !important;
    left: -1rem !important;
  }

  .xs\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xs\:-inset-x-5{
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xs\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xs\:-inset-x-6{
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xs\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xs\:-inset-x-8{
    right: -2rem !important;
    left: -2rem !important;
  }

  .xs\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xs\:-inset-x-10{
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xs\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xs\:-inset-x-12{
    right: -3rem !important;
    left: -3rem !important;
  }

  .xs\:-inset-y-16{
    top: -3.75rem !important;
    bottom: -3.75rem !important;
  }

  .xs\:-inset-x-16{
    right: -3.75rem !important;
    left: -3.75rem !important;
  }

  .xs\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xs\:-inset-x-20{
    right: -5rem !important;
    left: -5rem !important;
  }

  .xs\:-inset-y-24{
    top: -5.425rem !important;
    bottom: -5.425rem !important;
  }

  .xs\:-inset-x-24{
    right: -5.425rem !important;
    left: -5.425rem !important;
  }

  .xs\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xs\:-inset-x-32{
    right: -8rem !important;
    left: -8rem !important;
  }

  .xs\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xs\:-inset-x-40{
    right: -10rem !important;
    left: -10rem !important;
  }

  .xs\:-inset-y-48{
    top: -12.5rem !important;
    bottom: -12.5rem !important;
  }

  .xs\:-inset-x-48{
    right: -12.5rem !important;
    left: -12.5rem !important;
  }

  .xs\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xs\:-inset-x-56{
    right: -14rem !important;
    left: -14rem !important;
  }

  .xs\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xs\:-inset-x-64{
    right: -16rem !important;
    left: -16rem !important;
  }

  .xs\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .xs\:-inset-x-px{
    right: -1px !important;
    left: -1px !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-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xs\:inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xs\:inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xs\:inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .xs\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xs\:inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .xs\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xs\:inset-x-full{
    right: 100% !important;
    left: 100% !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-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xs\:-inset-x-1\/3{
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xs\:-inset-x-2\/3{
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .xs\:-inset-x-1\/4{
    right: -25% !important;
    left: -25% !important;
  }

  .xs\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-x-2\/4{
    right: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .xs\:-inset-x-3\/4{
    right: -75% !important;
    left: -75% !important;
  }

  .xs\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .xs\:-inset-x-full{
    right: -100% !important;
    left: -100% !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-1{
    top: 0.25rem !important;
  }

  .xs\:right-1{
    right: 0.25rem !important;
  }

  .xs\:bottom-1{
    bottom: 0.25rem !important;
  }

  .xs\:left-1{
    left: 0.25rem !important;
  }

  .xs\:top-2{
    top: 0.5rem !important;
  }

  .xs\:right-2{
    right: 0.5rem !important;
  }

  .xs\:bottom-2{
    bottom: 0.5rem !important;
  }

  .xs\:left-2{
    left: 0.5rem !important;
  }

  .xs\:top-3{
    top: 0.75rem !important;
  }

  .xs\:right-3{
    right: 0.75rem !important;
  }

  .xs\:bottom-3{
    bottom: 0.75rem !important;
  }

  .xs\:left-3{
    left: 0.75rem !important;
  }

  .xs\:top-4{
    top: 1rem !important;
  }

  .xs\:right-4{
    right: 1rem !important;
  }

  .xs\:bottom-4{
    bottom: 1rem !important;
  }

  .xs\:left-4{
    left: 1rem !important;
  }

  .xs\:top-5{
    top: 1.25rem !important;
  }

  .xs\:right-5{
    right: 1.25rem !important;
  }

  .xs\:bottom-5{
    bottom: 1.25rem !important;
  }

  .xs\:left-5{
    left: 1.25rem !important;
  }

  .xs\:top-6{
    top: 1.5rem !important;
  }

  .xs\:right-6{
    right: 1.5rem !important;
  }

  .xs\:bottom-6{
    bottom: 1.5rem !important;
  }

  .xs\:left-6{
    left: 1.5rem !important;
  }

  .xs\:top-8{
    top: 2rem !important;
  }

  .xs\:right-8{
    right: 2rem !important;
  }

  .xs\:bottom-8{
    bottom: 2rem !important;
  }

  .xs\:left-8{
    left: 2rem !important;
  }

  .xs\:top-10{
    top: 2.5rem !important;
  }

  .xs\:right-10{
    right: 2.5rem !important;
  }

  .xs\:bottom-10{
    bottom: 2.5rem !important;
  }

  .xs\:left-10{
    left: 2.5rem !important;
  }

  .xs\:top-12{
    top: 3rem !important;
  }

  .xs\:right-12{
    right: 3rem !important;
  }

  .xs\:bottom-12{
    bottom: 3rem !important;
  }

  .xs\:left-12{
    left: 3rem !important;
  }

  .xs\:top-16{
    top: 3.75rem !important;
  }

  .xs\:right-16{
    right: 3.75rem !important;
  }

  .xs\:bottom-16{
    bottom: 3.75rem !important;
  }

  .xs\:left-16{
    left: 3.75rem !important;
  }

  .xs\:top-20{
    top: 5rem !important;
  }

  .xs\:right-20{
    right: 5rem !important;
  }

  .xs\:bottom-20{
    bottom: 5rem !important;
  }

  .xs\:left-20{
    left: 5rem !important;
  }

  .xs\:top-24{
    top: 5.425rem !important;
  }

  .xs\:right-24{
    right: 5.425rem !important;
  }

  .xs\:bottom-24{
    bottom: 5.425rem !important;
  }

  .xs\:left-24{
    left: 5.425rem !important;
  }

  .xs\:top-32{
    top: 8rem !important;
  }

  .xs\:right-32{
    right: 8rem !important;
  }

  .xs\:bottom-32{
    bottom: 8rem !important;
  }

  .xs\:left-32{
    left: 8rem !important;
  }

  .xs\:top-40{
    top: 10rem !important;
  }

  .xs\:right-40{
    right: 10rem !important;
  }

  .xs\:bottom-40{
    bottom: 10rem !important;
  }

  .xs\:left-40{
    left: 10rem !important;
  }

  .xs\:top-48{
    top: 12.5rem !important;
  }

  .xs\:right-48{
    right: 12.5rem !important;
  }

  .xs\:bottom-48{
    bottom: 12.5rem !important;
  }

  .xs\:left-48{
    left: 12.5rem !important;
  }

  .xs\:top-56{
    top: 14rem !important;
  }

  .xs\:right-56{
    right: 14rem !important;
  }

  .xs\:bottom-56{
    bottom: 14rem !important;
  }

  .xs\:left-56{
    left: 14rem !important;
  }

  .xs\:top-64{
    top: 16rem !important;
  }

  .xs\:right-64{
    right: 16rem !important;
  }

  .xs\:bottom-64{
    bottom: 16rem !important;
  }

  .xs\:left-64{
    left: 16rem !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-px{
    top: 1px !important;
  }

  .xs\:right-px{
    right: 1px !important;
  }

  .xs\:bottom-px{
    bottom: 1px !important;
  }

  .xs\:left-px{
    left: 1px !important;
  }

  .xs\:-top-1{
    top: -0.25rem !important;
  }

  .xs\:-right-1{
    right: -0.25rem !important;
  }

  .xs\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .xs\:-left-1{
    left: -0.25rem !important;
  }

  .xs\:-top-2{
    top: -0.5rem !important;
  }

  .xs\:-right-2{
    right: -0.5rem !important;
  }

  .xs\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .xs\:-left-2{
    left: -0.5rem !important;
  }

  .xs\:-top-3{
    top: -0.75rem !important;
  }

  .xs\:-right-3{
    right: -0.75rem !important;
  }

  .xs\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .xs\:-left-3{
    left: -0.75rem !important;
  }

  .xs\:-top-4{
    top: -1rem !important;
  }

  .xs\:-right-4{
    right: -1rem !important;
  }

  .xs\:-bottom-4{
    bottom: -1rem !important;
  }

  .xs\:-left-4{
    left: -1rem !important;
  }

  .xs\:-top-5{
    top: -1.25rem !important;
  }

  .xs\:-right-5{
    right: -1.25rem !important;
  }

  .xs\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .xs\:-left-5{
    left: -1.25rem !important;
  }

  .xs\:-top-6{
    top: -1.5rem !important;
  }

  .xs\:-right-6{
    right: -1.5rem !important;
  }

  .xs\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .xs\:-left-6{
    left: -1.5rem !important;
  }

  .xs\:-top-8{
    top: -2rem !important;
  }

  .xs\:-right-8{
    right: -2rem !important;
  }

  .xs\:-bottom-8{
    bottom: -2rem !important;
  }

  .xs\:-left-8{
    left: -2rem !important;
  }

  .xs\:-top-10{
    top: -2.5rem !important;
  }

  .xs\:-right-10{
    right: -2.5rem !important;
  }

  .xs\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .xs\:-left-10{
    left: -2.5rem !important;
  }

  .xs\:-top-12{
    top: -3rem !important;
  }

  .xs\:-right-12{
    right: -3rem !important;
  }

  .xs\:-bottom-12{
    bottom: -3rem !important;
  }

  .xs\:-left-12{
    left: -3rem !important;
  }

  .xs\:-top-16{
    top: -3.75rem !important;
  }

  .xs\:-right-16{
    right: -3.75rem !important;
  }

  .xs\:-bottom-16{
    bottom: -3.75rem !important;
  }

  .xs\:-left-16{
    left: -3.75rem !important;
  }

  .xs\:-top-20{
    top: -5rem !important;
  }

  .xs\:-right-20{
    right: -5rem !important;
  }

  .xs\:-bottom-20{
    bottom: -5rem !important;
  }

  .xs\:-left-20{
    left: -5rem !important;
  }

  .xs\:-top-24{
    top: -5.425rem !important;
  }

  .xs\:-right-24{
    right: -5.425rem !important;
  }

  .xs\:-bottom-24{
    bottom: -5.425rem !important;
  }

  .xs\:-left-24{
    left: -5.425rem !important;
  }

  .xs\:-top-32{
    top: -8rem !important;
  }

  .xs\:-right-32{
    right: -8rem !important;
  }

  .xs\:-bottom-32{
    bottom: -8rem !important;
  }

  .xs\:-left-32{
    left: -8rem !important;
  }

  .xs\:-top-40{
    top: -10rem !important;
  }

  .xs\:-right-40{
    right: -10rem !important;
  }

  .xs\:-bottom-40{
    bottom: -10rem !important;
  }

  .xs\:-left-40{
    left: -10rem !important;
  }

  .xs\:-top-48{
    top: -12.5rem !important;
  }

  .xs\:-right-48{
    right: -12.5rem !important;
  }

  .xs\:-bottom-48{
    bottom: -12.5rem !important;
  }

  .xs\:-left-48{
    left: -12.5rem !important;
  }

  .xs\:-top-56{
    top: -14rem !important;
  }

  .xs\:-right-56{
    right: -14rem !important;
  }

  .xs\:-bottom-56{
    bottom: -14rem !important;
  }

  .xs\:-left-56{
    left: -14rem !important;
  }

  .xs\:-top-64{
    top: -16rem !important;
  }

  .xs\:-right-64{
    right: -16rem !important;
  }

  .xs\:-bottom-64{
    bottom: -16rem !important;
  }

  .xs\:-left-64{
    left: -16rem !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-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-1\/3{
    top: 33.333333% !important;
  }

  .xs\:right-1\/3{
    right: 33.333333% !important;
  }

  .xs\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xs\:left-1\/3{
    left: 33.333333% !important;
  }

  .xs\:top-2\/3{
    top: 66.666667% !important;
  }

  .xs\:right-2\/3{
    right: 66.666667% !important;
  }

  .xs\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xs\:left-2\/3{
    left: 66.666667% !important;
  }

  .xs\:top-1\/4{
    top: 25% !important;
  }

  .xs\:right-1\/4{
    right: 25% !important;
  }

  .xs\:bottom-1\/4{
    bottom: 25% !important;
  }

  .xs\:left-1\/4{
    left: 25% !important;
  }

  .xs\:top-2\/4{
    top: 50% !important;
  }

  .xs\:right-2\/4{
    right: 50% !important;
  }

  .xs\:bottom-2\/4{
    bottom: 50% !important;
  }

  .xs\:left-2\/4{
    left: 50% !important;
  }

  .xs\:top-3\/4{
    top: 75% !important;
  }

  .xs\:right-3\/4{
    right: 75% !important;
  }

  .xs\:bottom-3\/4{
    bottom: 75% !important;
  }

  .xs\:left-3\/4{
    left: 75% !important;
  }

  .xs\:top-full{
    top: 100% !important;
  }

  .xs\:right-full{
    right: 100% !important;
  }

  .xs\:bottom-full{
    bottom: 100% !important;
  }

  .xs\:left-full{
    left: 100% !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-1\/3{
    top: -33.333333% !important;
  }

  .xs\:-right-1\/3{
    right: -33.333333% !important;
  }

  .xs\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .xs\:-left-1\/3{
    left: -33.333333% !important;
  }

  .xs\:-top-2\/3{
    top: -66.666667% !important;
  }

  .xs\:-right-2\/3{
    right: -66.666667% !important;
  }

  .xs\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .xs\:-left-2\/3{
    left: -66.666667% !important;
  }

  .xs\:-top-1\/4{
    top: -25% !important;
  }

  .xs\:-right-1\/4{
    right: -25% !important;
  }

  .xs\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .xs\:-left-1\/4{
    left: -25% !important;
  }

  .xs\:-top-2\/4{
    top: -50% !important;
  }

  .xs\:-right-2\/4{
    right: -50% !important;
  }

  .xs\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .xs\:-left-2\/4{
    left: -50% !important;
  }

  .xs\:-top-3\/4{
    top: -75% !important;
  }

  .xs\:-right-3\/4{
    right: -75% !important;
  }

  .xs\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .xs\:-left-3\/4{
    left: -75% !important;
  }

  .xs\:-top-full{
    top: -100% !important;
  }

  .xs\:-right-full{
    right: -100% !important;
  }

  .xs\:-bottom-full{
    bottom: -100% !important;
  }

  .xs\:-left-full{
    left: -100% !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-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xs\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xs\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xs\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:ring-offset-red{
    --tw-ring-offset-color: #f33 !important;
  }

  .xs\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xs\:ring-offset-gray-200{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xs\:ring-offset-gray-400{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xs\:ring-offset-gray-500{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xs\:ring-offset-gray-700{
    --tw-ring-offset-color: #333 !important;
  }

  .xs\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xs\:ring-offset-yellow-500{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xs\:ring-offset-blue-200{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xs\:ring-offset-blue-300{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xs\:ring-offset-blue-400{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #f33 !important;
  }

  .xs\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xs\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xs\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xs\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xs\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .xs\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xs\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xs\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xs\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xs\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xs\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #f33 !important;
  }

  .xs\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xs\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xs\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xs\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xs\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .xs\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xs\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xs\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xs\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xs\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xs\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .xs\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .xs\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .xs\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xs\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xs\:fill-current{
    fill: currentColor !important;
  }

  .xs\:stroke-current{
    stroke: currentColor !important;
  }

  .xs\:stroke-0{
    stroke-width: 0 !important;
  }

  .xs\:stroke-1{
    stroke-width: 1 !important;
  }

  .xs\:stroke-2{
    stroke-width: 2 !important;
  }

  .xs\: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-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xs\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xs\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-transparent:visited{
    color: transparent !important;
  }

  .xs\:visited\:text-black:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-white:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-red:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-gray-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-gray-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-gray-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-gray-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-gray-700:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-yellow-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-yellow-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-blue-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-blue-300:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:visited\:text-blue-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xs\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xs\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xs\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:overflow-ellipsis{
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
  }

  .xs\:overflow-clip{
    -o-text-overflow: clip !important;
       text-overflow: clip !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;
  }

  .group:hover .xs\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .xs\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .xs\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .xs\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .xs\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .xs\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .xs\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xs\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xs\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xs\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xs\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xs\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xs\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xs\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xs\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .xs\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xs\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xs\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xs\: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-nowrap{
    white-space: nowrap !important;
  }

  .xs\:whitespace-pre{
    white-space: pre !important;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xs\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words{
    overflow-wrap: break-word !important;
  }

  .xs\:break-all{
    word-break: break-all !important;
  }

  .xs\: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: 3.75rem !important;
  }

  .xs\:w-20{
    width: 5rem !important;
  }

  .xs\:w-24{
    width: 5.425rem !important;
  }

  .xs\:w-32{
    width: 8rem !important;
  }

  .xs\:w-40{
    width: 10rem !important;
  }

  .xs\:w-48{
    width: 12.5rem !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-1\/2{
    width: 50% !important;
  }

  .xs\:w-1\/3{
    width: 33.333333% !important;
  }

  .xs\:w-2\/3{
    width: 66.666667% !important;
  }

  .xs\:w-1\/4{
    width: 25% !important;
  }

  .xs\:w-2\/4{
    width: 50% !important;
  }

  .xs\:w-3\/4{
    width: 75% !important;
  }

  .xs\:w-1\/5{
    width: 20% !important;
  }

  .xs\:w-2\/5{
    width: 40% !important;
  }

  .xs\:w-3\/5{
    width: 60% !important;
  }

  .xs\:w-4\/5{
    width: 80% !important;
  }

  .xs\:w-1\/6{
    width: 16.666667% !important;
  }

  .xs\:w-2\/6{
    width: 33.333333% !important;
  }

  .xs\:w-3\/6{
    width: 50% !important;
  }

  .xs\:w-4\/6{
    width: 66.666667% !important;
  }

  .xs\:w-5\/6{
    width: 83.333333% !important;
  }

  .xs\:w-1\/12{
    width: 8.333333% !important;
  }

  .xs\:w-2\/12{
    width: 16.666667% !important;
  }

  .xs\:w-3\/12{
    width: 25% !important;
  }

  .xs\:w-4\/12{
    width: 33.333333% !important;
  }

  .xs\:w-5\/12{
    width: 41.666667% !important;
  }

  .xs\:w-6\/12{
    width: 50% !important;
  }

  .xs\:w-7\/12{
    width: 58.333333% !important;
  }

  .xs\:w-8\/12{
    width: 66.666667% !important;
  }

  .xs\:w-9\/12{
    width: 75% !important;
  }

  .xs\:w-10\/12{
    width: 83.333333% !important;
  }

  .xs\:w-11\/12{
    width: 91.666667% !important;
  }

  .xs\:w-full{
    width: 100% !important;
  }

  .xs\:w-screen{
    width: 100vw !important;
  }

  .xs\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xs\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xs\:z-0{
    z-index: 0 !important;
  }

  .xs\:z-10{
    z-index: 10 !important;
  }

  .xs\:z-20{
    z-index: 20 !important;
  }

  .xs\:z-30{
    z-index: 30 !important;
  }

  .xs\:z-40{
    z-index: 40 !important;
  }

  .xs\:z-50{
    z-index: 50 !important;
  }

  .xs\:z-auto{
    z-index: auto !important;
  }

  .xs\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .xs\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .xs\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .xs\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .xs\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .xs\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .xs\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .xs\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .xs\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .xs\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .xs\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .xs\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .xs\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .xs\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .xs\:gap-0{
    gap: 0 !important;
  }

  .xs\:gap-1{
    gap: 0.25rem !important;
  }

  .xs\:gap-2{
    gap: 0.5rem !important;
  }

  .xs\:gap-3{
    gap: 0.75rem !important;
  }

  .xs\:gap-4{
    gap: 1rem !important;
  }

  .xs\:gap-5{
    gap: 1.25rem !important;
  }

  .xs\:gap-6{
    gap: 1.5rem !important;
  }

  .xs\:gap-8{
    gap: 2rem !important;
  }

  .xs\:gap-10{
    gap: 2.5rem !important;
  }

  .xs\:gap-12{
    gap: 3rem !important;
  }

  .xs\:gap-16{
    gap: 3.75rem !important;
  }

  .xs\:gap-20{
    gap: 5rem !important;
  }

  .xs\:gap-24{
    gap: 5.425rem !important;
  }

  .xs\:gap-32{
    gap: 8rem !important;
  }

  .xs\:gap-40{
    gap: 10rem !important;
  }

  .xs\:gap-48{
    gap: 12.5rem !important;
  }

  .xs\:gap-56{
    gap: 14rem !important;
  }

  .xs\:gap-64{
    gap: 16rem !important;
  }

  .xs\:gap-px{
    gap: 1px !important;
  }

  .xs\:gap-x-0{
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xs\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xs\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xs\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xs\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xs\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xs\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xs\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xs\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xs\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xs\:gap-x-16{
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .xs\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xs\:gap-x-24{
    -webkit-column-gap: 5.425rem !important;
       -moz-column-gap: 5.425rem !important;
            column-gap: 5.425rem !important;
  }

  .xs\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xs\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xs\:gap-x-48{
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }

  .xs\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xs\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xs\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xs\:gap-y-0{
    row-gap: 0 !important;
  }

  .xs\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-4{
    row-gap: 1rem !important;
  }

  .xs\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-8{
    row-gap: 2rem !important;
  }

  .xs\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-12{
    row-gap: 3rem !important;
  }

  .xs\:gap-y-16{
    row-gap: 3.75rem !important;
  }

  .xs\:gap-y-20{
    row-gap: 5rem !important;
  }

  .xs\:gap-y-24{
    row-gap: 5.425rem !important;
  }

  .xs\:gap-y-32{
    row-gap: 8rem !important;
  }

  .xs\:gap-y-40{
    row-gap: 10rem !important;
  }

  .xs\:gap-y-48{
    row-gap: 12.5rem !important;
  }

  .xs\:gap-y-56{
    row-gap: 14rem !important;
  }

  .xs\:gap-y-64{
    row-gap: 16rem !important;
  }

  .xs\:gap-y-px{
    row-gap: 1px !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\: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\: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{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:transform-none{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .xs\:origin-center{
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xs\:origin-top{
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xs\:origin-top-right{
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xs\:origin-right{
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xs\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xs\:origin-bottom{
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xs\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xs\:origin-left{
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xs\:origin-top-left{
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .xs\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xs\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xs\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xs\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xs\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xs\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xs\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xs\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xs\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xs\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xs\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xs\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xs\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xs\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xs\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xs\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xs\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xs\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xs\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xs\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xs\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xs\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xs\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xs\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xs\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xs\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xs\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xs\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xs\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xs\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xs\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xs\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xs\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xs\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xs\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xs\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xs\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xs\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xs\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xs\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xs\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xs\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xs\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xs\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xs\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xs\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xs\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xs\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xs\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xs\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xs\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xs\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xs\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xs\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xs\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xs\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xs\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xs\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xs\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xs\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xs\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xs\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xs\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xs\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xs\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xs\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xs\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xs\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xs\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xs\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xs\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xs\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xs\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xs\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xs\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xs\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xs\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xs\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xs\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xs\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xs\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xs\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xs\:translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .xs\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xs\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xs\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xs\:translate-x-16{
    --tw-translate-x: 3.75rem !important;
  }

  .xs\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xs\:translate-x-24{
    --tw-translate-x: 5.425rem !important;
  }

  .xs\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xs\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xs\:translate-x-48{
    --tw-translate-x: 12.5rem !important;
  }

  .xs\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xs\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xs\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xs\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xs\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xs\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xs\:-translate-x-16{
    --tw-translate-x: -3.75rem !important;
  }

  .xs\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xs\:-translate-x-24{
    --tw-translate-x: -5.425rem !important;
  }

  .xs\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xs\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xs\:-translate-x-48{
    --tw-translate-x: -12.5rem !important;
  }

  .xs\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xs\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xs\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xs\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .xs\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .xs\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xs\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .xs\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .xs\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xs\:translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .xs\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xs\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xs\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xs\:translate-y-16{
    --tw-translate-y: 3.75rem !important;
  }

  .xs\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xs\:translate-y-24{
    --tw-translate-y: 5.425rem !important;
  }

  .xs\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xs\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xs\:translate-y-48{
    --tw-translate-y: 12.5rem !important;
  }

  .xs\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xs\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xs\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xs\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xs\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xs\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xs\:-translate-y-16{
    --tw-translate-y: -3.75rem !important;
  }

  .xs\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xs\:-translate-y-24{
    --tw-translate-y: -5.425rem !important;
  }

  .xs\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xs\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xs\:-translate-y-48{
    --tw-translate-y: -12.5rem !important;
  }

  .xs\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xs\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xs\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xs\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .xs\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .xs\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xs\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .xs\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .xs\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xs\:hover\:translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .xs\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xs\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xs\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xs\:hover\:translate-x-16:hover{
    --tw-translate-x: 3.75rem !important;
  }

  .xs\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xs\:hover\:translate-x-24:hover{
    --tw-translate-x: 5.425rem !important;
  }

  .xs\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xs\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xs\:hover\:translate-x-48:hover{
    --tw-translate-x: 12.5rem !important;
  }

  .xs\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xs\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xs\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xs\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xs\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xs\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xs\:hover\:-translate-x-16:hover{
    --tw-translate-x: -3.75rem !important;
  }

  .xs\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xs\:hover\:-translate-x-24:hover{
    --tw-translate-x: -5.425rem !important;
  }

  .xs\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xs\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xs\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12.5rem !important;
  }

  .xs\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xs\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xs\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xs\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .xs\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .xs\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xs\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .xs\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .xs\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xs\:hover\:translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .xs\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xs\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xs\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xs\:hover\:translate-y-16:hover{
    --tw-translate-y: 3.75rem !important;
  }

  .xs\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xs\:hover\:translate-y-24:hover{
    --tw-translate-y: 5.425rem !important;
  }

  .xs\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xs\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xs\:hover\:translate-y-48:hover{
    --tw-translate-y: 12.5rem !important;
  }

  .xs\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xs\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xs\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xs\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xs\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xs\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xs\:hover\:-translate-y-16:hover{
    --tw-translate-y: -3.75rem !important;
  }

  .xs\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xs\:hover\:-translate-y-24:hover{
    --tw-translate-y: -5.425rem !important;
  }

  .xs\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xs\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xs\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12.5rem !important;
  }

  .xs\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xs\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xs\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xs\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .xs\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .xs\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xs\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .xs\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .xs\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xs\:focus\:translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .xs\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xs\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xs\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xs\:focus\:translate-x-16:focus{
    --tw-translate-x: 3.75rem !important;
  }

  .xs\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xs\:focus\:translate-x-24:focus{
    --tw-translate-x: 5.425rem !important;
  }

  .xs\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xs\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xs\:focus\:translate-x-48:focus{
    --tw-translate-x: 12.5rem !important;
  }

  .xs\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xs\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xs\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xs\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xs\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xs\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xs\:focus\:-translate-x-16:focus{
    --tw-translate-x: -3.75rem !important;
  }

  .xs\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xs\:focus\:-translate-x-24:focus{
    --tw-translate-x: -5.425rem !important;
  }

  .xs\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xs\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xs\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12.5rem !important;
  }

  .xs\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xs\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xs\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xs\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .xs\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .xs\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xs\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .xs\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .xs\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xs\:focus\:translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .xs\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xs\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xs\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xs\:focus\:translate-y-16:focus{
    --tw-translate-y: 3.75rem !important;
  }

  .xs\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xs\:focus\:translate-y-24:focus{
    --tw-translate-y: 5.425rem !important;
  }

  .xs\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xs\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xs\:focus\:translate-y-48:focus{
    --tw-translate-y: 12.5rem !important;
  }

  .xs\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xs\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xs\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xs\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xs\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xs\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xs\:focus\:-translate-y-16:focus{
    --tw-translate-y: -3.75rem !important;
  }

  .xs\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xs\:focus\:-translate-y-24:focus{
    --tw-translate-y: -5.425rem !important;
  }

  .xs\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xs\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xs\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12.5rem !important;
  }

  .xs\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xs\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xs\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xs\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .xs\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .xs\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xs\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .xs\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .xs\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xs\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xs\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xs\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xs\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xs\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xs\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xs\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xs\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xs\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xs\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xs\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xs\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xs\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xs\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xs\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xs\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xs\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xs\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xs\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xs\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xs\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xs\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xs\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xs\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xs\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xs\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xs\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xs\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xs\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xs\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xs\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xs\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xs\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xs\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xs\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xs\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xs\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xs\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xs\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xs\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xs\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xs\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xs\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xs\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xs\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xs\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xs\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xs\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xs\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xs\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xs\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xs\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xs\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xs\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xs\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xs\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xs\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xs\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xs\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xs\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xs\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xs\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xs\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xs\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xs\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xs\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xs\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .xs\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !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;
    -o-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 !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-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;
         -o-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;
         -o-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;
         -o-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;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xs\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xs\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xs\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xs\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xs\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xs\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xs\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xs\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xs\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xs\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xs\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xs\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xs\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xs\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xs\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-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;
  }

  .xs\:translate-x-half{
    -webkit-transform: translateX(50%) !important;
        -ms-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
  }

  .xs\:col-count-1{
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }

  .xs\:col-count-2{
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }

  .xs\:col-count-3{
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }

  .xs\:col-gap-sm{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xs\:col-gap-md{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xs\:col-gap-lg{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xs\:col-w-sm{
    -webkit-column-width: 120px !important;
       -moz-column-width: 120px !important;
            column-width: 120px !important;
  }

  .xs\:col-w-md{
    -webkit-column-width: 240px !important;
       -moz-column-width: 240px !important;
            column-width: 240px !important;
  }

  .xs\:col-w-lg{
    -webkit-column-width: 360px !important;
       -moz-column-width: 360px !important;
            column-width: 360px !important;
  }

  .xs\:col-rule-transparent{
    -webkit-column-rule-color: transparent !important;
       -moz-column-rule-color: transparent !important;
            column-rule-color: transparent !important;
  }

  .xs\:col-rule-black{
    -webkit-column-rule-color: #000 !important;
       -moz-column-rule-color: #000 !important;
            column-rule-color: #000 !important;
  }

  .xs\:col-rule-white{
    -webkit-column-rule-color: #fff !important;
       -moz-column-rule-color: #fff !important;
            column-rule-color: #fff !important;
  }

  .xs\:col-rule-red{
    -webkit-column-rule-color: #f33 !important;
       -moz-column-rule-color: #f33 !important;
            column-rule-color: #f33 !important;
  }

  .xs\:col-rule-gray-100{
    -webkit-column-rule-color: #f3f3f3 !important;
       -moz-column-rule-color: #f3f3f3 !important;
            column-rule-color: #f3f3f3 !important;
  }

  .xs\:col-rule-gray-200{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .xs\:col-rule-gray-400{
    -webkit-column-rule-color: #7d7d7d !important;
       -moz-column-rule-color: #7d7d7d !important;
            column-rule-color: #7d7d7d !important;
  }

  .xs\:col-rule-gray-500{
    -webkit-column-rule-color: #706F6F !important;
       -moz-column-rule-color: #706F6F !important;
            column-rule-color: #706F6F !important;
  }

  .xs\:col-rule-gray-700{
    -webkit-column-rule-color: #333 !important;
       -moz-column-rule-color: #333 !important;
            column-rule-color: #333 !important;
  }

  .xs\:col-rule-yellow-100{
    -webkit-column-rule-color: #fca745 !important;
       -moz-column-rule-color: #fca745 !important;
            column-rule-color: #fca745 !important;
  }

  .xs\:col-rule-yellow-500{
    -webkit-column-rule-color: #FB9117 !important;
       -moz-column-rule-color: #FB9117 !important;
            column-rule-color: #FB9117 !important;
  }

  .xs\:col-rule-blue-200{
    -webkit-column-rule-color: #1EC2FF !important;
       -moz-column-rule-color: #1EC2FF !important;
            column-rule-color: #1EC2FF !important;
  }

  .xs\:col-rule-blue-300{
    -webkit-column-rule-color: #1E90FF !important;
       -moz-column-rule-color: #1E90FF !important;
            column-rule-color: #1E90FF !important;
  }

  .xs\:col-rule-blue-400{
    -webkit-column-rule-color: #1a7cdb !important;
       -moz-column-rule-color: #1a7cdb !important;
            column-rule-color: #1a7cdb !important;
  }

  .xs\:col-rule{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .xs\:col-rule-0{
    -webkit-column-rule-width: 0px !important;
       -moz-column-rule-width: 0px !important;
            column-rule-width: 0px !important;
  }

  .xs\:col-rule-2{
    -webkit-column-rule-width: 2px !important;
       -moz-column-rule-width: 2px !important;
            column-rule-width: 2px !important;
  }

  .xs\:col-rule-4{
    -webkit-column-rule-width: 4px !important;
       -moz-column-rule-width: 4px !important;
            column-rule-width: 4px !important;
  }

  .xs\:col-rule-8{
    -webkit-column-rule-width: 8px !important;
       -moz-column-rule-width: 8px !important;
            column-rule-width: 8px !important;
  }

  .xs\:col-rule-DEFAULT{
    -webkit-column-rule-width: 1px !important;
       -moz-column-rule-width: 1px !important;
            column-rule-width: 1px !important;
  }

  .xs\:col-rule-none{
    -webkit-column-rule-style: none !important;
       -moz-column-rule-style: none !important;
            column-rule-style: none !important;
  }

  .xs\:col-rule-hidden{
    -webkit-column-rule-style: hidden !important;
       -moz-column-rule-style: hidden !important;
            column-rule-style: hidden !important;
  }

  .xs\:col-rule-dotted{
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }

  .xs\:col-rule-dashed{
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }

  .xs\:col-rule-solid{
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }

  .xs\:col-rule-double{
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }

  .xs\:col-rule-groove{
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }

  .xs\:col-rule-ridge{
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }

  .xs\:col-rule-inset{
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }

  .xs\:col-rule-outset{
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }

  .xs\:col-fill-auto{
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
  }

  .xs\:col-fill-balance{
    -webkit-column-fill: balance !important;
       -moz-column-fill: balance !important;
            column-fill: balance !important;
  }

  .xs\:col-fill-balance-all{
    -webkit-column-fill: balance-all !important;
       -moz-column-fill: balance-all !important;
            column-fill: balance-all !important;
  }

  .xs\:col-span-none{
    -webkit-column-span: none !important;
       -moz-column-span: none !important;
            column-span: none !important;
  }

  .xs\:col-span-all{
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
  }

  .xs\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .xs\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .xs\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .xs\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .xs\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }

  .xs\:m-between-children > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .xs\:m-between-children-0 > :not(:first-child) {
    margin-top: 0;
  }

  .xs\:m-between-children-1 > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .xs\:m-between-children-2 > :not(:first-child) {
    margin-top: 0.5rem;
  }

  .xs\:m-between-children-3 > :not(:first-child) {
    margin-top: 0.75rem;
  }

  .xs\:m-between-children-4 > :not(:first-child) {
    margin-top: 1rem;
  }

  .xs\:m-between-children-5 > :not(:first-child) {
    margin-top: 1.25rem;
  }

  .xs\:m-between-children-6 > :not(:first-child) {
    margin-top: 1.5rem;
  }

  .xs\:m-between-children-8 > :not(:first-child) {
    margin-top: 2rem;
  }

  .xs\:m-between-children-10 > :not(:first-child) {
    margin-top: 2.5rem;
  }

  .xs\:m-between-children-12 > :not(:first-child) {
    margin-top: 3rem;
  }

  .xs\:m-between-children-16 > :not(:first-child) {
    margin-top: 3.75rem;
  }

  .xs\:m-between-children-20 > :not(:first-child) {
    margin-top: 5rem;
  }

  .xs\:m-between-children-24 > :not(:first-child) {
    margin-top: 5.425rem;
  }

  .xs\:m-between-children-32 > :not(:first-child) {
    margin-top: 8rem;
  }

  .xs\:m-between-children-40 > :not(:first-child) {
    margin-top: 10rem;
  }

  .xs\:m-between-children-48 > :not(:first-child) {
    margin-top: 12.5rem;
  }

  .xs\:m-between-children-56 > :not(:first-child) {
    margin-top: 14rem;
  }

  .xs\:m-between-children-64 > :not(:first-child) {
    margin-top: 16rem;
  }

  .xs\:m-between-children-px > :not(:first-child) {
    margin-top: 1px;
  }

  .xs\:hm-between-children > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .xs\:hm-between-children-0 > :not(:first-child) {
    margin-left: 0;
  }

  .xs\:hm-between-children-1 > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .xs\:hm-between-children-2 > :not(:first-child) {
    margin-left: 0.5rem;
  }

  .xs\:hm-between-children-3 > :not(:first-child) {
    margin-left: 0.75rem;
  }

  .xs\:hm-between-children-4 > :not(:first-child) {
    margin-left: 1rem;
  }

  .xs\:hm-between-children-5 > :not(:first-child) {
    margin-left: 1.25rem;
  }

  .xs\:hm-between-children-6 > :not(:first-child) {
    margin-left: 1.5rem;
  }

  .xs\:hm-between-children-8 > :not(:first-child) {
    margin-left: 2rem;
  }

  .xs\:hm-between-children-10 > :not(:first-child) {
    margin-left: 2.5rem;
  }

  .xs\:hm-between-children-12 > :not(:first-child) {
    margin-left: 3rem;
  }

  .xs\:hm-between-children-16 > :not(:first-child) {
    margin-left: 3.75rem;
  }

  .xs\:hm-between-children-20 > :not(:first-child) {
    margin-left: 5rem;
  }

  .xs\:hm-between-children-24 > :not(:first-child) {
    margin-left: 5.425rem;
  }

  .xs\:hm-between-children-32 > :not(:first-child) {
    margin-left: 8rem;
  }

  .xs\:hm-between-children-40 > :not(:first-child) {
    margin-left: 10rem;
  }

  .xs\:hm-between-children-48 > :not(:first-child) {
    margin-left: 12.5rem;
  }

  .xs\:hm-between-children-56 > :not(:first-child) {
    margin-left: 14rem;
  }

  .xs\:hm-between-children-64 > :not(:first-child) {
    margin-left: 16rem;
  }

  .xs\:hm-between-children-px > :not(:first-child) {
    margin-left: 1px;
  }

  .xs\:m-trim > :first-child {
    margin-top: 0;
  }

  .xs\:m-trim > :last-child {
    margin-bottom: 0;
  }

  .xs\:hm-trim > :first-child {
    margin-left: 0;
  }

  .xs\:hm-trim > :last-child {
    margin-right: 0;
  }
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 480px){
    .sm\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1087px){
    .sm\:container{
      max-width: 1087px;
    }
  }

  @media (min-width: 1440px){
    .sm\:container{
      max-width: 1440px;
    }
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .sm\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus-within\:sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus-within\:not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\: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-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-transparent:focus-within{
    background-color: transparent !important;
  }

  .sm\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .sm\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-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(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-red{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .sm\:from-gray-100{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:from-gray-200{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .sm\:from-gray-400{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .sm\:from-gray-500{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .sm\:from-gray-700{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:from-yellow-100{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .sm\:from-yellow-500{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .sm\:from-blue-200{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .sm\:from-blue-300{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .sm\:from-blue-400{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .sm\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .sm\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .sm\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .sm\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .sm\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .sm\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .sm\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .sm\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .sm\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .sm\:to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .sm\:to-black{
    --tw-gradient-to: #000 !important;
  }

  .sm\:to-white{
    --tw-gradient-to: #fff !important;
  }

  .sm\:to-red{
    --tw-gradient-to: #f33 !important;
  }

  .sm\:to-gray-100{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .sm\:to-gray-200{
    --tw-gradient-to: #DADADA !important;
  }

  .sm\:to-gray-400{
    --tw-gradient-to: #7d7d7d !important;
  }

  .sm\:to-gray-500{
    --tw-gradient-to: #706F6F !important;
  }

  .sm\:to-gray-700{
    --tw-gradient-to: #333 !important;
  }

  .sm\:to-yellow-100{
    --tw-gradient-to: #fca745 !important;
  }

  .sm\:to-yellow-500{
    --tw-gradient-to: #FB9117 !important;
  }

  .sm\:to-blue-200{
    --tw-gradient-to: #1EC2FF !important;
  }

  .sm\:to-blue-300{
    --tw-gradient-to: #1E90FF !important;
  }

  .sm\:to-blue-400{
    --tw-gradient-to: #1a7cdb !important;
  }

  .sm\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-red:hover{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .sm\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:hover\:from-gray-200:hover{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .sm\:hover\:from-gray-400:hover{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .sm\:hover\:from-gray-500:hover{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .sm\:hover\:from-gray-700:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .sm\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .sm\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .sm\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .sm\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .sm\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .sm\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .sm\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .sm\:hover\:to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .sm\:hover\:to-red:hover{
    --tw-gradient-to: #f33 !important;
  }

  .sm\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .sm\:hover\:to-gray-200:hover{
    --tw-gradient-to: #DADADA !important;
  }

  .sm\:hover\:to-gray-400:hover{
    --tw-gradient-to: #7d7d7d !important;
  }

  .sm\:hover\:to-gray-500:hover{
    --tw-gradient-to: #706F6F !important;
  }

  .sm\:hover\:to-gray-700:hover{
    --tw-gradient-to: #333 !important;
  }

  .sm\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fca745 !important;
  }

  .sm\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #FB9117 !important;
  }

  .sm\:hover\:to-blue-200:hover{
    --tw-gradient-to: #1EC2FF !important;
  }

  .sm\:hover\:to-blue-300:hover{
    --tw-gradient-to: #1E90FF !important;
  }

  .sm\:hover\:to-blue-400:hover{
    --tw-gradient-to: #1a7cdb !important;
  }

  .sm\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-red:focus{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .sm\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:focus\:from-gray-200:focus{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .sm\:focus\:from-gray-400:focus{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .sm\:focus\:from-gray-500:focus{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .sm\:focus\:from-gray-700:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .sm\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .sm\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .sm\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .sm\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .sm\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .sm\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .sm\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .sm\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .sm\:focus\:to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .sm\:focus\:to-red:focus{
    --tw-gradient-to: #f33 !important;
  }

  .sm\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .sm\:focus\:to-gray-200:focus{
    --tw-gradient-to: #DADADA !important;
  }

  .sm\:focus\:to-gray-400:focus{
    --tw-gradient-to: #7d7d7d !important;
  }

  .sm\:focus\:to-gray-500:focus{
    --tw-gradient-to: #706F6F !important;
  }

  .sm\:focus\:to-gray-700:focus{
    --tw-gradient-to: #333 !important;
  }

  .sm\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fca745 !important;
  }

  .sm\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #FB9117 !important;
  }

  .sm\:focus\:to-blue-200:focus{
    --tw-gradient-to: #1EC2FF !important;
  }

  .sm\:focus\:to-blue-300:focus{
    --tw-gradient-to: #1E90FF !important;
  }

  .sm\:focus\:to-blue-400:focus{
    --tw-gradient-to: #1a7cdb !important;
  }

  .sm\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .sm\:bg-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-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-transparent:focus-within{
    border-color: transparent !important;
  }

  .sm\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-default:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .sm\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .sm\:rounded-none{
    border-radius: 0 !important;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:rounded-default{
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-full{
    border-radius: 9999px !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-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !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-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-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-default{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl-default{
    border-bottom-left-radius: 0.25rem !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-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\: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: 0px !important;
  }

  .sm\:border-2{
    border-width: 2px !important;
  }

  .sm\:border-4{
    border-width: 4px !important;
  }

  .sm\:border-8{
    border-width: 8px !important;
  }

  .sm\:border{
    border-width: 1px !important;
  }

  .sm\:border-t-0{
    border-top-width: 0px !important;
  }

  .sm\:border-r-0{
    border-right-width: 0px !important;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .sm\:border-l-0{
    border-left-width: 0px !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-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-nowrap{
    -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-default{
    -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-default{
    -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\: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: Raleway, sans-serif !important;
  }

  .sm\:font-icon{
    font-family: dh-icon !important;
  }

  .sm\:font-light{
    font-weight: 300 !important;
  }

  .sm\:font-regular{
    font-weight: 400 !important;
  }

  .sm\:font-semibold{
    font-weight: 700 !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: 3.75rem !important;
  }

  .sm\:h-20{
    height: 5rem !important;
  }

  .sm\:h-24{
    height: 5.425rem !important;
  }

  .sm\:h-32{
    height: 8rem !important;
  }

  .sm\:h-40{
    height: 10rem !important;
  }

  .sm\:h-48{
    height: 12.5rem !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-full{
    height: 100% !important;
  }

  .sm\:h-screen{
    height: 100vh !important;
  }

  .sm\:text-cero{
    font-size: 0rem !important;
  }

  .sm\:text-xs{
    font-size: 0.5rem !important;
  }

  .sm\:text-sm{
    font-size: 0.86rem !important;
  }

  .sm\:text-base{
    font-size: 1rem !important;
  }

  .sm\:text-lg{
    font-size: 1.125rem !important;
  }

  .sm\:text-xl{
    font-size: 1.25rem !important;
  }

  .sm\:text-2xl{
    font-size: 1.52381rem !important;
  }

  .sm\:text-3xl{
    font-size: 1.75rem !important;
  }

  .sm\:text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl{
    font-size: 3rem !important;
  }

  .sm\:text-6xl{
    font-size: 3.75rem !important;
  }

  .sm\:text-7xl{
    font-size: 4.625rem !important;
  }

  .sm\:leading-leading-3{
    line-height: .75 !important;
  }

  .sm\:leading-none{
    line-height: 1 !important;
  }

  .sm\:leading-tighter{
    line-height: 1.125 !important;
  }

  .sm\:leading-leading-6{
    line-height: 1.5 !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\: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: 3.75rem !important;
  }

  .sm\:m-20{
    margin: 5rem !important;
  }

  .sm\:m-24{
    margin: 5.425rem !important;
  }

  .sm\:m-32{
    margin: 8rem !important;
  }

  .sm\:m-40{
    margin: 10rem !important;
  }

  .sm\:m-48{
    margin: 12.5rem !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-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: -3.75rem !important;
  }

  .sm\:-m-20{
    margin: -5rem !important;
  }

  .sm\:-m-24{
    margin: -5.425rem !important;
  }

  .sm\:-m-32{
    margin: -8rem !important;
  }

  .sm\:-m-40{
    margin: -10rem !important;
  }

  .sm\:-m-48{
    margin: -12.5rem !important;
  }

  .sm\:-m-56{
    margin: -14rem !important;
  }

  .sm\:-m-64{
    margin: -16rem !important;
  }

  .sm\:-m-px{
    margin: -1px !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: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .sm\:mx-16{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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: 5.425rem !important;
    margin-bottom: 5.425rem !important;
  }

  .sm\:mx-24{
    margin-left: 5.425rem !important;
    margin-right: 5.425rem !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: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .sm\:mx-48{
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !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-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: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .sm\:-mx-16{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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: -5.425rem !important;
    margin-bottom: -5.425rem !important;
  }

  .sm\:-mx-24{
    margin-left: -5.425rem !important;
    margin-right: -5.425rem !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: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .sm\:-mx-48{
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !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\: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: 3.75rem !important;
  }

  .sm\:mr-16{
    margin-right: 3.75rem !important;
  }

  .sm\:mb-16{
    margin-bottom: 3.75rem !important;
  }

  .sm\:ml-16{
    margin-left: 3.75rem !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: 5.425rem !important;
  }

  .sm\:mr-24{
    margin-right: 5.425rem !important;
  }

  .sm\:mb-24{
    margin-bottom: 5.425rem !important;
  }

  .sm\:ml-24{
    margin-left: 5.425rem !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: 12.5rem !important;
  }

  .sm\:mr-48{
    margin-right: 12.5rem !important;
  }

  .sm\:mb-48{
    margin-bottom: 12.5rem !important;
  }

  .sm\:ml-48{
    margin-left: 12.5rem !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-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: -3.75rem !important;
  }

  .sm\:-mr-16{
    margin-right: -3.75rem !important;
  }

  .sm\:-mb-16{
    margin-bottom: -3.75rem !important;
  }

  .sm\:-ml-16{
    margin-left: -3.75rem !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: -5.425rem !important;
  }

  .sm\:-mr-24{
    margin-right: -5.425rem !important;
  }

  .sm\:-mb-24{
    margin-bottom: -5.425rem !important;
  }

  .sm\:-ml-24{
    margin-left: -5.425rem !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: -12.5rem !important;
  }

  .sm\:-mr-48{
    margin-right: -12.5rem !important;
  }

  .sm\:-mb-48{
    margin-bottom: -12.5rem !important;
  }

  .sm\:-ml-48{
    margin-left: -12.5rem !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\:max-h-0{
    max-height: 0 !important;
  }

  .sm\:max-h-1{
    max-height: 0.25rem !important;
  }

  .sm\:max-h-2{
    max-height: 0.5rem !important;
  }

  .sm\:max-h-3{
    max-height: 0.75rem !important;
  }

  .sm\:max-h-4{
    max-height: 1rem !important;
  }

  .sm\:max-h-5{
    max-height: 1.25rem !important;
  }

  .sm\:max-h-6{
    max-height: 1.5rem !important;
  }

  .sm\:max-h-8{
    max-height: 2rem !important;
  }

  .sm\:max-h-10{
    max-height: 2.5rem !important;
  }

  .sm\:max-h-12{
    max-height: 3rem !important;
  }

  .sm\:max-h-16{
    max-height: 3.75rem !important;
  }

  .sm\:max-h-20{
    max-height: 5rem !important;
  }

  .sm\:max-h-24{
    max-height: 5.425rem !important;
  }

  .sm\:max-h-32{
    max-height: 8rem !important;
  }

  .sm\:max-h-40{
    max-height: 10rem !important;
  }

  .sm\:max-h-48{
    max-height: 12.5rem !important;
  }

  .sm\:max-h-56{
    max-height: 14rem !important;
  }

  .sm\:max-h-64{
    max-height: 16rem !important;
  }

  .sm\:max-h-px{
    max-height: 1px !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:max-w-0{
    max-width: 0rem !important;
  }

  .sm\:max-w-none{
    max-width: none !important;
  }

  .sm\:max-w-xs{
    max-width: 20rem !important;
  }

  .sm\:max-w-sm{
    max-width: 24rem !important;
  }

  .sm\:max-w-md{
    max-width: 28rem !important;
  }

  .sm\:max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:max-w-7xl{
    max-width: 80rem !important;
  }

  .sm\:max-w-full{
    max-width: 100% !important;
  }

  .sm\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:max-w-prose{
    max-width: 65ch !important;
  }

  .sm\:max-w-screen-xs{
    max-width: 480px !important;
  }

  .sm\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .sm\:max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-xl{
    max-width: 1087px !important;
  }

  .sm\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .sm\:min-h-0{
    min-height: 0 !important;
  }

  .sm\:min-h-1{
    min-height: 0.25rem !important;
  }

  .sm\:min-h-2{
    min-height: 0.5rem !important;
  }

  .sm\:min-h-3{
    min-height: 0.75rem !important;
  }

  .sm\:min-h-4{
    min-height: 1rem !important;
  }

  .sm\:min-h-5{
    min-height: 1.25rem !important;
  }

  .sm\:min-h-6{
    min-height: 1.5rem !important;
  }

  .sm\:min-h-8{
    min-height: 2rem !important;
  }

  .sm\:min-h-10{
    min-height: 2.5rem !important;
  }

  .sm\:min-h-12{
    min-height: 3rem !important;
  }

  .sm\:min-h-16{
    min-height: 3.75rem !important;
  }

  .sm\:min-h-20{
    min-height: 5rem !important;
  }

  .sm\:min-h-24{
    min-height: 5.425rem !important;
  }

  .sm\:min-h-32{
    min-height: 8rem !important;
  }

  .sm\:min-h-40{
    min-height: 10rem !important;
  }

  .sm\:min-h-48{
    min-height: 12.5rem !important;
  }

  .sm\:min-h-56{
    min-height: 14rem !important;
  }

  .sm\:min-h-64{
    min-height: 16rem !important;
  }

  .sm\:min-h-auto{
    min-height: auto !important;
  }

  .sm\:min-h-px{
    min-height: 1px !important;
  }

  .sm\:min-h-1\/4{
    min-height: 25% !important;
  }

  .sm\:min-h-1\/2{
    min-height: 50% !important;
  }

  .sm\:min-h-3\/4{
    min-height: 75% !important;
  }

  .sm\:min-h-full{
    min-height: 100% !important;
  }

  .sm\:min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:min-w-0{
    min-width: 0px !important;
  }

  .sm\:min-w-full{
    min-width: 100% !important;
  }

  .sm\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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-5{
    opacity: 0.05 !important;
  }

  .sm\:opacity-10{
    opacity: 0.1 !important;
  }

  .sm\:opacity-20{
    opacity: 0.2 !important;
  }

  .sm\:opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:opacity-30{
    opacity: 0.3 !important;
  }

  .sm\:opacity-40{
    opacity: 0.4 !important;
  }

  .sm\:opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:opacity-60{
    opacity: 0.6 !important;
  }

  .sm\:opacity-70{
    opacity: 0.7 !important;
  }

  .sm\:opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:opacity-80{
    opacity: 0.8 !important;
  }

  .sm\:opacity-90{
    opacity: 0.9 !important;
  }

  .sm\:opacity-95{
    opacity: 0.95 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .sm\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .sm\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .sm\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .sm\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .sm\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .sm\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .sm\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .sm\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .sm\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .sm\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .sm\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .sm\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .sm\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .sm\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:overflow-auto{
    overflow: auto !important;
  }

  .sm\:overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:overflow-visible{
    overflow: visible !important;
  }

  .sm\:overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:overscroll-auto{
    -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: 3.75rem !important;
  }

  .sm\:p-20{
    padding: 5rem !important;
  }

  .sm\:p-24{
    padding: 5.425rem !important;
  }

  .sm\:p-32{
    padding: 8rem !important;
  }

  .sm\:p-40{
    padding: 10rem !important;
  }

  .sm\:p-48{
    padding: 12.5rem !important;
  }

  .sm\:p-56{
    padding: 14rem !important;
  }

  .sm\:p-64{
    padding: 16rem !important;
  }

  .sm\:p-px{
    padding: 1px !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: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .sm\:px-16{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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: 5.425rem !important;
    padding-bottom: 5.425rem !important;
  }

  .sm\:px-24{
    padding-left: 5.425rem !important;
    padding-right: 5.425rem !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: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .sm\:px-48{
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !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\: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: 3.75rem !important;
  }

  .sm\:pr-16{
    padding-right: 3.75rem !important;
  }

  .sm\:pb-16{
    padding-bottom: 3.75rem !important;
  }

  .sm\:pl-16{
    padding-left: 3.75rem !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: 5.425rem !important;
  }

  .sm\:pr-24{
    padding-right: 5.425rem !important;
  }

  .sm\:pb-24{
    padding-bottom: 5.425rem !important;
  }

  .sm\:pl-24{
    padding-left: 5.425rem !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: 12.5rem !important;
  }

  .sm\:pr-48{
    padding-right: 12.5rem !important;
  }

  .sm\:pb-48{
    padding-bottom: 12.5rem !important;
  }

  .sm\:pl-48{
    padding-left: 12.5rem !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\: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-black::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-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-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: -webkit-sticky !important;
    position: sticky !important;
  }

  .sm\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:inset-16{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .sm\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-24{
    top: 5.425rem !important;
    right: 5.425rem !important;
    bottom: 5.425rem !important;
    left: 5.425rem !important;
  }

  .sm\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm\:inset-48{
    top: 12.5rem !important;
    right: 12.5rem !important;
    bottom: 12.5rem !important;
    left: 12.5rem !important;
  }

  .sm\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .sm\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm\:-inset-16{
    top: -3.75rem !important;
    right: -3.75rem !important;
    bottom: -3.75rem !important;
    left: -3.75rem !important;
  }

  .sm\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .sm\:-inset-24{
    top: -5.425rem !important;
    right: -5.425rem !important;
    bottom: -5.425rem !important;
    left: -5.425rem !important;
  }

  .sm\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .sm\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .sm\:-inset-48{
    top: -12.5rem !important;
    right: -12.5rem !important;
    bottom: -12.5rem !important;
    left: -12.5rem !important;
  }

  .sm\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .sm\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .sm\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm\:inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm\:inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm\:inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm\:inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm\:inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .sm\:inset-y-16{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .sm\:inset-x-16{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .sm\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-y-24{
    top: 5.425rem !important;
    bottom: 5.425rem !important;
  }

  .sm\:inset-x-24{
    right: 5.425rem !important;
    left: 5.425rem !important;
  }

  .sm\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .sm\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .sm\:inset-y-48{
    top: 12.5rem !important;
    bottom: 12.5rem !important;
  }

  .sm\:inset-x-48{
    right: 12.5rem !important;
    left: 12.5rem !important;
  }

  .sm\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm\:inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .sm\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm\:inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .sm\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .sm\:-inset-x-1{
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .sm\:-inset-x-2{
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .sm\:-inset-x-3{
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .sm\:-inset-x-4{
    right: -1rem !important;
    left: -1rem !important;
  }

  .sm\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm\:-inset-x-5{
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .sm\:-inset-x-6{
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm\:-inset-x-8{
    right: -2rem !important;
    left: -2rem !important;
  }

  .sm\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm\:-inset-x-10{
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm\:-inset-x-12{
    right: -3rem !important;
    left: -3rem !important;
  }

  .sm\:-inset-y-16{
    top: -3.75rem !important;
    bottom: -3.75rem !important;
  }

  .sm\:-inset-x-16{
    right: -3.75rem !important;
    left: -3.75rem !important;
  }

  .sm\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .sm\:-inset-x-20{
    right: -5rem !important;
    left: -5rem !important;
  }

  .sm\:-inset-y-24{
    top: -5.425rem !important;
    bottom: -5.425rem !important;
  }

  .sm\:-inset-x-24{
    right: -5.425rem !important;
    left: -5.425rem !important;
  }

  .sm\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .sm\:-inset-x-32{
    right: -8rem !important;
    left: -8rem !important;
  }

  .sm\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .sm\:-inset-x-40{
    right: -10rem !important;
    left: -10rem !important;
  }

  .sm\:-inset-y-48{
    top: -12.5rem !important;
    bottom: -12.5rem !important;
  }

  .sm\:-inset-x-48{
    right: -12.5rem !important;
    left: -12.5rem !important;
  }

  .sm\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .sm\:-inset-x-56{
    right: -14rem !important;
    left: -14rem !important;
  }

  .sm\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .sm\:-inset-x-64{
    right: -16rem !important;
    left: -16rem !important;
  }

  .sm\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:-inset-x-px{
    right: -1px !important;
    left: -1px !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-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:inset-x-full{
    right: 100% !important;
    left: 100% !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-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:-inset-x-1\/3{
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:-inset-x-2\/3{
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:-inset-x-1\/4{
    right: -25% !important;
    left: -25% !important;
  }

  .sm\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-x-2\/4{
    right: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:-inset-x-3\/4{
    right: -75% !important;
    left: -75% !important;
  }

  .sm\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:-inset-x-full{
    right: -100% !important;
    left: -100% !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-1{
    top: 0.25rem !important;
  }

  .sm\:right-1{
    right: 0.25rem !important;
  }

  .sm\:bottom-1{
    bottom: 0.25rem !important;
  }

  .sm\:left-1{
    left: 0.25rem !important;
  }

  .sm\:top-2{
    top: 0.5rem !important;
  }

  .sm\:right-2{
    right: 0.5rem !important;
  }

  .sm\:bottom-2{
    bottom: 0.5rem !important;
  }

  .sm\:left-2{
    left: 0.5rem !important;
  }

  .sm\:top-3{
    top: 0.75rem !important;
  }

  .sm\:right-3{
    right: 0.75rem !important;
  }

  .sm\:bottom-3{
    bottom: 0.75rem !important;
  }

  .sm\:left-3{
    left: 0.75rem !important;
  }

  .sm\:top-4{
    top: 1rem !important;
  }

  .sm\:right-4{
    right: 1rem !important;
  }

  .sm\:bottom-4{
    bottom: 1rem !important;
  }

  .sm\:left-4{
    left: 1rem !important;
  }

  .sm\:top-5{
    top: 1.25rem !important;
  }

  .sm\:right-5{
    right: 1.25rem !important;
  }

  .sm\:bottom-5{
    bottom: 1.25rem !important;
  }

  .sm\:left-5{
    left: 1.25rem !important;
  }

  .sm\:top-6{
    top: 1.5rem !important;
  }

  .sm\:right-6{
    right: 1.5rem !important;
  }

  .sm\:bottom-6{
    bottom: 1.5rem !important;
  }

  .sm\:left-6{
    left: 1.5rem !important;
  }

  .sm\:top-8{
    top: 2rem !important;
  }

  .sm\:right-8{
    right: 2rem !important;
  }

  .sm\:bottom-8{
    bottom: 2rem !important;
  }

  .sm\:left-8{
    left: 2rem !important;
  }

  .sm\:top-10{
    top: 2.5rem !important;
  }

  .sm\:right-10{
    right: 2.5rem !important;
  }

  .sm\:bottom-10{
    bottom: 2.5rem !important;
  }

  .sm\:left-10{
    left: 2.5rem !important;
  }

  .sm\:top-12{
    top: 3rem !important;
  }

  .sm\:right-12{
    right: 3rem !important;
  }

  .sm\:bottom-12{
    bottom: 3rem !important;
  }

  .sm\:left-12{
    left: 3rem !important;
  }

  .sm\:top-16{
    top: 3.75rem !important;
  }

  .sm\:right-16{
    right: 3.75rem !important;
  }

  .sm\:bottom-16{
    bottom: 3.75rem !important;
  }

  .sm\:left-16{
    left: 3.75rem !important;
  }

  .sm\:top-20{
    top: 5rem !important;
  }

  .sm\:right-20{
    right: 5rem !important;
  }

  .sm\:bottom-20{
    bottom: 5rem !important;
  }

  .sm\:left-20{
    left: 5rem !important;
  }

  .sm\:top-24{
    top: 5.425rem !important;
  }

  .sm\:right-24{
    right: 5.425rem !important;
  }

  .sm\:bottom-24{
    bottom: 5.425rem !important;
  }

  .sm\:left-24{
    left: 5.425rem !important;
  }

  .sm\:top-32{
    top: 8rem !important;
  }

  .sm\:right-32{
    right: 8rem !important;
  }

  .sm\:bottom-32{
    bottom: 8rem !important;
  }

  .sm\:left-32{
    left: 8rem !important;
  }

  .sm\:top-40{
    top: 10rem !important;
  }

  .sm\:right-40{
    right: 10rem !important;
  }

  .sm\:bottom-40{
    bottom: 10rem !important;
  }

  .sm\:left-40{
    left: 10rem !important;
  }

  .sm\:top-48{
    top: 12.5rem !important;
  }

  .sm\:right-48{
    right: 12.5rem !important;
  }

  .sm\:bottom-48{
    bottom: 12.5rem !important;
  }

  .sm\:left-48{
    left: 12.5rem !important;
  }

  .sm\:top-56{
    top: 14rem !important;
  }

  .sm\:right-56{
    right: 14rem !important;
  }

  .sm\:bottom-56{
    bottom: 14rem !important;
  }

  .sm\:left-56{
    left: 14rem !important;
  }

  .sm\:top-64{
    top: 16rem !important;
  }

  .sm\:right-64{
    right: 16rem !important;
  }

  .sm\:bottom-64{
    bottom: 16rem !important;
  }

  .sm\:left-64{
    left: 16rem !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-px{
    top: 1px !important;
  }

  .sm\:right-px{
    right: 1px !important;
  }

  .sm\:bottom-px{
    bottom: 1px !important;
  }

  .sm\:left-px{
    left: 1px !important;
  }

  .sm\:-top-1{
    top: -0.25rem !important;
  }

  .sm\:-right-1{
    right: -0.25rem !important;
  }

  .sm\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .sm\:-left-1{
    left: -0.25rem !important;
  }

  .sm\:-top-2{
    top: -0.5rem !important;
  }

  .sm\:-right-2{
    right: -0.5rem !important;
  }

  .sm\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .sm\:-left-2{
    left: -0.5rem !important;
  }

  .sm\:-top-3{
    top: -0.75rem !important;
  }

  .sm\:-right-3{
    right: -0.75rem !important;
  }

  .sm\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .sm\:-left-3{
    left: -0.75rem !important;
  }

  .sm\:-top-4{
    top: -1rem !important;
  }

  .sm\:-right-4{
    right: -1rem !important;
  }

  .sm\:-bottom-4{
    bottom: -1rem !important;
  }

  .sm\:-left-4{
    left: -1rem !important;
  }

  .sm\:-top-5{
    top: -1.25rem !important;
  }

  .sm\:-right-5{
    right: -1.25rem !important;
  }

  .sm\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .sm\:-left-5{
    left: -1.25rem !important;
  }

  .sm\:-top-6{
    top: -1.5rem !important;
  }

  .sm\:-right-6{
    right: -1.5rem !important;
  }

  .sm\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .sm\:-left-6{
    left: -1.5rem !important;
  }

  .sm\:-top-8{
    top: -2rem !important;
  }

  .sm\:-right-8{
    right: -2rem !important;
  }

  .sm\:-bottom-8{
    bottom: -2rem !important;
  }

  .sm\:-left-8{
    left: -2rem !important;
  }

  .sm\:-top-10{
    top: -2.5rem !important;
  }

  .sm\:-right-10{
    right: -2.5rem !important;
  }

  .sm\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .sm\:-left-10{
    left: -2.5rem !important;
  }

  .sm\:-top-12{
    top: -3rem !important;
  }

  .sm\:-right-12{
    right: -3rem !important;
  }

  .sm\:-bottom-12{
    bottom: -3rem !important;
  }

  .sm\:-left-12{
    left: -3rem !important;
  }

  .sm\:-top-16{
    top: -3.75rem !important;
  }

  .sm\:-right-16{
    right: -3.75rem !important;
  }

  .sm\:-bottom-16{
    bottom: -3.75rem !important;
  }

  .sm\:-left-16{
    left: -3.75rem !important;
  }

  .sm\:-top-20{
    top: -5rem !important;
  }

  .sm\:-right-20{
    right: -5rem !important;
  }

  .sm\:-bottom-20{
    bottom: -5rem !important;
  }

  .sm\:-left-20{
    left: -5rem !important;
  }

  .sm\:-top-24{
    top: -5.425rem !important;
  }

  .sm\:-right-24{
    right: -5.425rem !important;
  }

  .sm\:-bottom-24{
    bottom: -5.425rem !important;
  }

  .sm\:-left-24{
    left: -5.425rem !important;
  }

  .sm\:-top-32{
    top: -8rem !important;
  }

  .sm\:-right-32{
    right: -8rem !important;
  }

  .sm\:-bottom-32{
    bottom: -8rem !important;
  }

  .sm\:-left-32{
    left: -8rem !important;
  }

  .sm\:-top-40{
    top: -10rem !important;
  }

  .sm\:-right-40{
    right: -10rem !important;
  }

  .sm\:-bottom-40{
    bottom: -10rem !important;
  }

  .sm\:-left-40{
    left: -10rem !important;
  }

  .sm\:-top-48{
    top: -12.5rem !important;
  }

  .sm\:-right-48{
    right: -12.5rem !important;
  }

  .sm\:-bottom-48{
    bottom: -12.5rem !important;
  }

  .sm\:-left-48{
    left: -12.5rem !important;
  }

  .sm\:-top-56{
    top: -14rem !important;
  }

  .sm\:-right-56{
    right: -14rem !important;
  }

  .sm\:-bottom-56{
    bottom: -14rem !important;
  }

  .sm\:-left-56{
    left: -14rem !important;
  }

  .sm\:-top-64{
    top: -16rem !important;
  }

  .sm\:-right-64{
    right: -16rem !important;
  }

  .sm\:-bottom-64{
    bottom: -16rem !important;
  }

  .sm\:-left-64{
    left: -16rem !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-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-1\/3{
    top: 33.333333% !important;
  }

  .sm\:right-1\/3{
    right: 33.333333% !important;
  }

  .sm\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .sm\:left-1\/3{
    left: 33.333333% !important;
  }

  .sm\:top-2\/3{
    top: 66.666667% !important;
  }

  .sm\:right-2\/3{
    right: 66.666667% !important;
  }

  .sm\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .sm\:left-2\/3{
    left: 66.666667% !important;
  }

  .sm\:top-1\/4{
    top: 25% !important;
  }

  .sm\:right-1\/4{
    right: 25% !important;
  }

  .sm\:bottom-1\/4{
    bottom: 25% !important;
  }

  .sm\:left-1\/4{
    left: 25% !important;
  }

  .sm\:top-2\/4{
    top: 50% !important;
  }

  .sm\:right-2\/4{
    right: 50% !important;
  }

  .sm\:bottom-2\/4{
    bottom: 50% !important;
  }

  .sm\:left-2\/4{
    left: 50% !important;
  }

  .sm\:top-3\/4{
    top: 75% !important;
  }

  .sm\:right-3\/4{
    right: 75% !important;
  }

  .sm\:bottom-3\/4{
    bottom: 75% !important;
  }

  .sm\:left-3\/4{
    left: 75% !important;
  }

  .sm\:top-full{
    top: 100% !important;
  }

  .sm\:right-full{
    right: 100% !important;
  }

  .sm\:bottom-full{
    bottom: 100% !important;
  }

  .sm\:left-full{
    left: 100% !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-1\/3{
    top: -33.333333% !important;
  }

  .sm\:-right-1\/3{
    right: -33.333333% !important;
  }

  .sm\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .sm\:-left-1\/3{
    left: -33.333333% !important;
  }

  .sm\:-top-2\/3{
    top: -66.666667% !important;
  }

  .sm\:-right-2\/3{
    right: -66.666667% !important;
  }

  .sm\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .sm\:-left-2\/3{
    left: -66.666667% !important;
  }

  .sm\:-top-1\/4{
    top: -25% !important;
  }

  .sm\:-right-1\/4{
    right: -25% !important;
  }

  .sm\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .sm\:-left-1\/4{
    left: -25% !important;
  }

  .sm\:-top-2\/4{
    top: -50% !important;
  }

  .sm\:-right-2\/4{
    right: -50% !important;
  }

  .sm\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .sm\:-left-2\/4{
    left: -50% !important;
  }

  .sm\:-top-3\/4{
    top: -75% !important;
  }

  .sm\:-right-3\/4{
    right: -75% !important;
  }

  .sm\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .sm\:-left-3\/4{
    left: -75% !important;
  }

  .sm\:-top-full{
    top: -100% !important;
  }

  .sm\:-right-full{
    right: -100% !important;
  }

  .sm\:-bottom-full{
    bottom: -100% !important;
  }

  .sm\:-left-full{
    left: -100% !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-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .sm\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:ring-offset-red{
    --tw-ring-offset-color: #f33 !important;
  }

  .sm\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .sm\:ring-offset-gray-200{
    --tw-ring-offset-color: #DADADA !important;
  }

  .sm\:ring-offset-gray-400{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .sm\:ring-offset-gray-500{
    --tw-ring-offset-color: #706F6F !important;
  }

  .sm\:ring-offset-gray-700{
    --tw-ring-offset-color: #333 !important;
  }

  .sm\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fca745 !important;
  }

  .sm\:ring-offset-yellow-500{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .sm\:ring-offset-blue-200{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .sm\:ring-offset-blue-300{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .sm\:ring-offset-blue-400{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #f33 !important;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #DADADA !important;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #706F6F !important;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fca745 !important;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .sm\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #f33 !important;
  }

  .sm\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .sm\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #DADADA !important;
  }

  .sm\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .sm\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #706F6F !important;
  }

  .sm\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .sm\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fca745 !important;
  }

  .sm\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .sm\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .sm\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .sm\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .sm\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .sm\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .sm\:fill-current{
    fill: currentColor !important;
  }

  .sm\:stroke-current{
    stroke: currentColor !important;
  }

  .sm\:stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:stroke-2{
    stroke-width: 2 !important;
  }

  .sm\: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-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .sm\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .sm\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-transparent:visited{
    color: transparent !important;
  }

  .sm\:visited\:text-black:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-white:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-red:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-gray-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-gray-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-gray-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-gray-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-gray-700:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-yellow-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-yellow-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-blue-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-blue-300:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:visited\:text-blue-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .sm\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .sm\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .sm\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:overflow-ellipsis{
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
  }

  .sm\:overflow-clip{
    -o-text-overflow: clip !important;
       text-overflow: clip !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;
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .sm\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .sm\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .sm\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\: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-nowrap{
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre{
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words{
    overflow-wrap: break-word !important;
  }

  .sm\:break-all{
    word-break: break-all !important;
  }

  .sm\: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: 3.75rem !important;
  }

  .sm\:w-20{
    width: 5rem !important;
  }

  .sm\:w-24{
    width: 5.425rem !important;
  }

  .sm\:w-32{
    width: 8rem !important;
  }

  .sm\:w-40{
    width: 10rem !important;
  }

  .sm\:w-48{
    width: 12.5rem !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-1\/2{
    width: 50% !important;
  }

  .sm\:w-1\/3{
    width: 33.333333% !important;
  }

  .sm\:w-2\/3{
    width: 66.666667% !important;
  }

  .sm\:w-1\/4{
    width: 25% !important;
  }

  .sm\:w-2\/4{
    width: 50% !important;
  }

  .sm\:w-3\/4{
    width: 75% !important;
  }

  .sm\:w-1\/5{
    width: 20% !important;
  }

  .sm\:w-2\/5{
    width: 40% !important;
  }

  .sm\:w-3\/5{
    width: 60% !important;
  }

  .sm\:w-4\/5{
    width: 80% !important;
  }

  .sm\:w-1\/6{
    width: 16.666667% !important;
  }

  .sm\:w-2\/6{
    width: 33.333333% !important;
  }

  .sm\:w-3\/6{
    width: 50% !important;
  }

  .sm\:w-4\/6{
    width: 66.666667% !important;
  }

  .sm\:w-5\/6{
    width: 83.333333% !important;
  }

  .sm\:w-1\/12{
    width: 8.333333% !important;
  }

  .sm\:w-2\/12{
    width: 16.666667% !important;
  }

  .sm\:w-3\/12{
    width: 25% !important;
  }

  .sm\:w-4\/12{
    width: 33.333333% !important;
  }

  .sm\:w-5\/12{
    width: 41.666667% !important;
  }

  .sm\:w-6\/12{
    width: 50% !important;
  }

  .sm\:w-7\/12{
    width: 58.333333% !important;
  }

  .sm\:w-8\/12{
    width: 66.666667% !important;
  }

  .sm\:w-9\/12{
    width: 75% !important;
  }

  .sm\:w-10\/12{
    width: 83.333333% !important;
  }

  .sm\:w-11\/12{
    width: 91.666667% !important;
  }

  .sm\:w-full{
    width: 100% !important;
  }

  .sm\:w-screen{
    width: 100vw !important;
  }

  .sm\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:z-0{
    z-index: 0 !important;
  }

  .sm\:z-10{
    z-index: 10 !important;
  }

  .sm\:z-20{
    z-index: 20 !important;
  }

  .sm\:z-30{
    z-index: 30 !important;
  }

  .sm\:z-40{
    z-index: 40 !important;
  }

  .sm\:z-50{
    z-index: 50 !important;
  }

  .sm\:z-auto{
    z-index: auto !important;
  }

  .sm\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .sm\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .sm\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .sm\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .sm\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .sm\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .sm\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .sm\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .sm\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .sm\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .sm\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .sm\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .sm\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .sm\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .sm\:gap-0{
    gap: 0 !important;
  }

  .sm\:gap-1{
    gap: 0.25rem !important;
  }

  .sm\:gap-2{
    gap: 0.5rem !important;
  }

  .sm\:gap-3{
    gap: 0.75rem !important;
  }

  .sm\:gap-4{
    gap: 1rem !important;
  }

  .sm\:gap-5{
    gap: 1.25rem !important;
  }

  .sm\:gap-6{
    gap: 1.5rem !important;
  }

  .sm\:gap-8{
    gap: 2rem !important;
  }

  .sm\:gap-10{
    gap: 2.5rem !important;
  }

  .sm\:gap-12{
    gap: 3rem !important;
  }

  .sm\:gap-16{
    gap: 3.75rem !important;
  }

  .sm\:gap-20{
    gap: 5rem !important;
  }

  .sm\:gap-24{
    gap: 5.425rem !important;
  }

  .sm\:gap-32{
    gap: 8rem !important;
  }

  .sm\:gap-40{
    gap: 10rem !important;
  }

  .sm\:gap-48{
    gap: 12.5rem !important;
  }

  .sm\:gap-56{
    gap: 14rem !important;
  }

  .sm\:gap-64{
    gap: 16rem !important;
  }

  .sm\:gap-px{
    gap: 1px !important;
  }

  .sm\:gap-x-0{
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .sm\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sm\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sm\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sm\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .sm\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .sm\:gap-x-16{
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .sm\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .sm\:gap-x-24{
    -webkit-column-gap: 5.425rem !important;
       -moz-column-gap: 5.425rem !important;
            column-gap: 5.425rem !important;
  }

  .sm\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .sm\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .sm\:gap-x-48{
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }

  .sm\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .sm\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .sm\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .sm\:gap-y-0{
    row-gap: 0 !important;
  }

  .sm\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4{
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-8{
    row-gap: 2rem !important;
  }

  .sm\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-12{
    row-gap: 3rem !important;
  }

  .sm\:gap-y-16{
    row-gap: 3.75rem !important;
  }

  .sm\:gap-y-20{
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24{
    row-gap: 5.425rem !important;
  }

  .sm\:gap-y-32{
    row-gap: 8rem !important;
  }

  .sm\:gap-y-40{
    row-gap: 10rem !important;
  }

  .sm\:gap-y-48{
    row-gap: 12.5rem !important;
  }

  .sm\:gap-y-56{
    row-gap: 14rem !important;
  }

  .sm\:gap-y-64{
    row-gap: 16rem !important;
  }

  .sm\:gap-y-px{
    row-gap: 1px !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\: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\: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{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-none{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .sm\:origin-center{
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important;
  }

  .sm\:origin-top{
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important;
  }

  .sm\:origin-top-right{
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .sm\:origin-right{
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important;
  }

  .sm\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .sm\:origin-bottom{
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .sm\:origin-left{
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important;
  }

  .sm\:origin-top-left{
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .sm\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .sm\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .sm\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .sm\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .sm\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .sm\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .sm\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .sm\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .sm\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .sm\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .sm\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .sm\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .sm\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .sm\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .sm\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .sm\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .sm\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .sm\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .sm\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .sm\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .sm\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .sm\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .sm\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .sm\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .sm\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .sm\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .sm\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .sm\:translate-x-16{
    --tw-translate-x: 3.75rem !important;
  }

  .sm\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .sm\:translate-x-24{
    --tw-translate-x: 5.425rem !important;
  }

  .sm\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .sm\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .sm\:translate-x-48{
    --tw-translate-x: 12.5rem !important;
  }

  .sm\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .sm\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .sm\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .sm\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .sm\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .sm\:-translate-x-16{
    --tw-translate-x: -3.75rem !important;
  }

  .sm\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24{
    --tw-translate-x: -5.425rem !important;
  }

  .sm\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .sm\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .sm\:-translate-x-48{
    --tw-translate-x: -12.5rem !important;
  }

  .sm\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .sm\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .sm\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .sm\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .sm\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .sm\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .sm\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .sm\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .sm\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .sm\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .sm\:translate-y-16{
    --tw-translate-y: 3.75rem !important;
  }

  .sm\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .sm\:translate-y-24{
    --tw-translate-y: 5.425rem !important;
  }

  .sm\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .sm\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .sm\:translate-y-48{
    --tw-translate-y: 12.5rem !important;
  }

  .sm\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .sm\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .sm\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .sm\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .sm\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .sm\:-translate-y-16{
    --tw-translate-y: -3.75rem !important;
  }

  .sm\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24{
    --tw-translate-y: -5.425rem !important;
  }

  .sm\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .sm\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .sm\:-translate-y-48{
    --tw-translate-y: -12.5rem !important;
  }

  .sm\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .sm\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .sm\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .sm\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .sm\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .sm\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .sm\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .sm\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .sm\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-16:hover{
    --tw-translate-x: 3.75rem !important;
  }

  .sm\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover{
    --tw-translate-x: 5.425rem !important;
  }

  .sm\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-48:hover{
    --tw-translate-x: 12.5rem !important;
  }

  .sm\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-16:hover{
    --tw-translate-x: -3.75rem !important;
  }

  .sm\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover{
    --tw-translate-x: -5.425rem !important;
  }

  .sm\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12.5rem !important;
  }

  .sm\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .sm\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-16:hover{
    --tw-translate-y: 3.75rem !important;
  }

  .sm\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover{
    --tw-translate-y: 5.425rem !important;
  }

  .sm\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-48:hover{
    --tw-translate-y: 12.5rem !important;
  }

  .sm\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-16:hover{
    --tw-translate-y: -3.75rem !important;
  }

  .sm\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover{
    --tw-translate-y: -5.425rem !important;
  }

  .sm\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12.5rem !important;
  }

  .sm\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .sm\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-16:focus{
    --tw-translate-x: 3.75rem !important;
  }

  .sm\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus{
    --tw-translate-x: 5.425rem !important;
  }

  .sm\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-48:focus{
    --tw-translate-x: 12.5rem !important;
  }

  .sm\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-16:focus{
    --tw-translate-x: -3.75rem !important;
  }

  .sm\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus{
    --tw-translate-x: -5.425rem !important;
  }

  .sm\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12.5rem !important;
  }

  .sm\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .sm\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-16:focus{
    --tw-translate-y: 3.75rem !important;
  }

  .sm\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus{
    --tw-translate-y: 5.425rem !important;
  }

  .sm\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-48:focus{
    --tw-translate-y: 12.5rem !important;
  }

  .sm\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-16:focus{
    --tw-translate-y: -3.75rem !important;
  }

  .sm\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus{
    --tw-translate-y: -5.425rem !important;
  }

  .sm\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12.5rem !important;
  }

  .sm\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .sm\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .sm\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .sm\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .sm\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .sm\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .sm\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .sm\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .sm\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .sm\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .sm\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .sm\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .sm\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .sm\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .sm\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !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;
    -o-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 !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-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;
         -o-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;
         -o-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;
         -o-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;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .sm\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-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;
  }

  .sm\:translate-x-half{
    -webkit-transform: translateX(50%) !important;
        -ms-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
  }

  .sm\:col-count-1{
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }

  .sm\:col-count-2{
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }

  .sm\:col-count-3{
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }

  .sm\:col-gap-sm{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sm\:col-gap-md{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sm\:col-gap-lg{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sm\:col-w-sm{
    -webkit-column-width: 120px !important;
       -moz-column-width: 120px !important;
            column-width: 120px !important;
  }

  .sm\:col-w-md{
    -webkit-column-width: 240px !important;
       -moz-column-width: 240px !important;
            column-width: 240px !important;
  }

  .sm\:col-w-lg{
    -webkit-column-width: 360px !important;
       -moz-column-width: 360px !important;
            column-width: 360px !important;
  }

  .sm\:col-rule-transparent{
    -webkit-column-rule-color: transparent !important;
       -moz-column-rule-color: transparent !important;
            column-rule-color: transparent !important;
  }

  .sm\:col-rule-black{
    -webkit-column-rule-color: #000 !important;
       -moz-column-rule-color: #000 !important;
            column-rule-color: #000 !important;
  }

  .sm\:col-rule-white{
    -webkit-column-rule-color: #fff !important;
       -moz-column-rule-color: #fff !important;
            column-rule-color: #fff !important;
  }

  .sm\:col-rule-red{
    -webkit-column-rule-color: #f33 !important;
       -moz-column-rule-color: #f33 !important;
            column-rule-color: #f33 !important;
  }

  .sm\:col-rule-gray-100{
    -webkit-column-rule-color: #f3f3f3 !important;
       -moz-column-rule-color: #f3f3f3 !important;
            column-rule-color: #f3f3f3 !important;
  }

  .sm\:col-rule-gray-200{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .sm\:col-rule-gray-400{
    -webkit-column-rule-color: #7d7d7d !important;
       -moz-column-rule-color: #7d7d7d !important;
            column-rule-color: #7d7d7d !important;
  }

  .sm\:col-rule-gray-500{
    -webkit-column-rule-color: #706F6F !important;
       -moz-column-rule-color: #706F6F !important;
            column-rule-color: #706F6F !important;
  }

  .sm\:col-rule-gray-700{
    -webkit-column-rule-color: #333 !important;
       -moz-column-rule-color: #333 !important;
            column-rule-color: #333 !important;
  }

  .sm\:col-rule-yellow-100{
    -webkit-column-rule-color: #fca745 !important;
       -moz-column-rule-color: #fca745 !important;
            column-rule-color: #fca745 !important;
  }

  .sm\:col-rule-yellow-500{
    -webkit-column-rule-color: #FB9117 !important;
       -moz-column-rule-color: #FB9117 !important;
            column-rule-color: #FB9117 !important;
  }

  .sm\:col-rule-blue-200{
    -webkit-column-rule-color: #1EC2FF !important;
       -moz-column-rule-color: #1EC2FF !important;
            column-rule-color: #1EC2FF !important;
  }

  .sm\:col-rule-blue-300{
    -webkit-column-rule-color: #1E90FF !important;
       -moz-column-rule-color: #1E90FF !important;
            column-rule-color: #1E90FF !important;
  }

  .sm\:col-rule-blue-400{
    -webkit-column-rule-color: #1a7cdb !important;
       -moz-column-rule-color: #1a7cdb !important;
            column-rule-color: #1a7cdb !important;
  }

  .sm\:col-rule{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .sm\:col-rule-0{
    -webkit-column-rule-width: 0px !important;
       -moz-column-rule-width: 0px !important;
            column-rule-width: 0px !important;
  }

  .sm\:col-rule-2{
    -webkit-column-rule-width: 2px !important;
       -moz-column-rule-width: 2px !important;
            column-rule-width: 2px !important;
  }

  .sm\:col-rule-4{
    -webkit-column-rule-width: 4px !important;
       -moz-column-rule-width: 4px !important;
            column-rule-width: 4px !important;
  }

  .sm\:col-rule-8{
    -webkit-column-rule-width: 8px !important;
       -moz-column-rule-width: 8px !important;
            column-rule-width: 8px !important;
  }

  .sm\:col-rule-DEFAULT{
    -webkit-column-rule-width: 1px !important;
       -moz-column-rule-width: 1px !important;
            column-rule-width: 1px !important;
  }

  .sm\:col-rule-none{
    -webkit-column-rule-style: none !important;
       -moz-column-rule-style: none !important;
            column-rule-style: none !important;
  }

  .sm\:col-rule-hidden{
    -webkit-column-rule-style: hidden !important;
       -moz-column-rule-style: hidden !important;
            column-rule-style: hidden !important;
  }

  .sm\:col-rule-dotted{
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }

  .sm\:col-rule-dashed{
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }

  .sm\:col-rule-solid{
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }

  .sm\:col-rule-double{
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }

  .sm\:col-rule-groove{
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }

  .sm\:col-rule-ridge{
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }

  .sm\:col-rule-inset{
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }

  .sm\:col-rule-outset{
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }

  .sm\:col-fill-auto{
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
  }

  .sm\:col-fill-balance{
    -webkit-column-fill: balance !important;
       -moz-column-fill: balance !important;
            column-fill: balance !important;
  }

  .sm\:col-fill-balance-all{
    -webkit-column-fill: balance-all !important;
       -moz-column-fill: balance-all !important;
            column-fill: balance-all !important;
  }

  .sm\:col-span-none{
    -webkit-column-span: none !important;
       -moz-column-span: none !important;
            column-span: none !important;
  }

  .sm\:col-span-all{
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
  }

  .sm\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .sm\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .sm\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .sm\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .sm\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }

  .sm\:m-between-children > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .sm\:m-between-children-0 > :not(:first-child) {
    margin-top: 0;
  }

  .sm\:m-between-children-1 > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .sm\:m-between-children-2 > :not(:first-child) {
    margin-top: 0.5rem;
  }

  .sm\:m-between-children-3 > :not(:first-child) {
    margin-top: 0.75rem;
  }

  .sm\:m-between-children-4 > :not(:first-child) {
    margin-top: 1rem;
  }

  .sm\:m-between-children-5 > :not(:first-child) {
    margin-top: 1.25rem;
  }

  .sm\:m-between-children-6 > :not(:first-child) {
    margin-top: 1.5rem;
  }

  .sm\:m-between-children-8 > :not(:first-child) {
    margin-top: 2rem;
  }

  .sm\:m-between-children-10 > :not(:first-child) {
    margin-top: 2.5rem;
  }

  .sm\:m-between-children-12 > :not(:first-child) {
    margin-top: 3rem;
  }

  .sm\:m-between-children-16 > :not(:first-child) {
    margin-top: 3.75rem;
  }

  .sm\:m-between-children-20 > :not(:first-child) {
    margin-top: 5rem;
  }

  .sm\:m-between-children-24 > :not(:first-child) {
    margin-top: 5.425rem;
  }

  .sm\:m-between-children-32 > :not(:first-child) {
    margin-top: 8rem;
  }

  .sm\:m-between-children-40 > :not(:first-child) {
    margin-top: 10rem;
  }

  .sm\:m-between-children-48 > :not(:first-child) {
    margin-top: 12.5rem;
  }

  .sm\:m-between-children-56 > :not(:first-child) {
    margin-top: 14rem;
  }

  .sm\:m-between-children-64 > :not(:first-child) {
    margin-top: 16rem;
  }

  .sm\:m-between-children-px > :not(:first-child) {
    margin-top: 1px;
  }

  .sm\:hm-between-children > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .sm\:hm-between-children-0 > :not(:first-child) {
    margin-left: 0;
  }

  .sm\:hm-between-children-1 > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .sm\:hm-between-children-2 > :not(:first-child) {
    margin-left: 0.5rem;
  }

  .sm\:hm-between-children-3 > :not(:first-child) {
    margin-left: 0.75rem;
  }

  .sm\:hm-between-children-4 > :not(:first-child) {
    margin-left: 1rem;
  }

  .sm\:hm-between-children-5 > :not(:first-child) {
    margin-left: 1.25rem;
  }

  .sm\:hm-between-children-6 > :not(:first-child) {
    margin-left: 1.5rem;
  }

  .sm\:hm-between-children-8 > :not(:first-child) {
    margin-left: 2rem;
  }

  .sm\:hm-between-children-10 > :not(:first-child) {
    margin-left: 2.5rem;
  }

  .sm\:hm-between-children-12 > :not(:first-child) {
    margin-left: 3rem;
  }

  .sm\:hm-between-children-16 > :not(:first-child) {
    margin-left: 3.75rem;
  }

  .sm\:hm-between-children-20 > :not(:first-child) {
    margin-left: 5rem;
  }

  .sm\:hm-between-children-24 > :not(:first-child) {
    margin-left: 5.425rem;
  }

  .sm\:hm-between-children-32 > :not(:first-child) {
    margin-left: 8rem;
  }

  .sm\:hm-between-children-40 > :not(:first-child) {
    margin-left: 10rem;
  }

  .sm\:hm-between-children-48 > :not(:first-child) {
    margin-left: 12.5rem;
  }

  .sm\:hm-between-children-56 > :not(:first-child) {
    margin-left: 14rem;
  }

  .sm\:hm-between-children-64 > :not(:first-child) {
    margin-left: 16rem;
  }

  .sm\:hm-between-children-px > :not(:first-child) {
    margin-left: 1px;
  }

  .sm\:m-trim > :first-child {
    margin-top: 0;
  }

  .sm\:m-trim > :last-child {
    margin-bottom: 0;
  }

  .sm\:hm-trim > :first-child {
    margin-left: 0;
  }

  .sm\:hm-trim > :last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 480px){
    .md\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1087px){
    .md\:container{
      max-width: 1087px;
    }
  }

  @media (min-width: 1440px){
    .md\:container{
      max-width: 1440px;
    }
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .md\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus-within\:sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus-within\:not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\: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-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .md\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-transparent:focus-within{
    background-color: transparent !important;
  }

  .md\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-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(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-red{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .md\:from-gray-100{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:from-gray-200{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .md\:from-gray-400{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .md\:from-gray-500{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .md\:from-gray-700{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:from-yellow-100{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .md\:from-yellow-500{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .md\:from-blue-200{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .md\:from-blue-300{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .md\:from-blue-400{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .md\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .md\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .md\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .md\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .md\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .md\:to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .md\:to-black{
    --tw-gradient-to: #000 !important;
  }

  .md\:to-white{
    --tw-gradient-to: #fff !important;
  }

  .md\:to-red{
    --tw-gradient-to: #f33 !important;
  }

  .md\:to-gray-100{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .md\:to-gray-200{
    --tw-gradient-to: #DADADA !important;
  }

  .md\:to-gray-400{
    --tw-gradient-to: #7d7d7d !important;
  }

  .md\:to-gray-500{
    --tw-gradient-to: #706F6F !important;
  }

  .md\:to-gray-700{
    --tw-gradient-to: #333 !important;
  }

  .md\:to-yellow-100{
    --tw-gradient-to: #fca745 !important;
  }

  .md\:to-yellow-500{
    --tw-gradient-to: #FB9117 !important;
  }

  .md\:to-blue-200{
    --tw-gradient-to: #1EC2FF !important;
  }

  .md\:to-blue-300{
    --tw-gradient-to: #1E90FF !important;
  }

  .md\:to-blue-400{
    --tw-gradient-to: #1a7cdb !important;
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-red:hover{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .md\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .md\:hover\:from-gray-400:hover{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .md\:hover\:from-gray-500:hover{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .md\:hover\:from-gray-700:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .md\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .md\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .md\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .md\:hover\:to-red:hover{
    --tw-gradient-to: #f33 !important;
  }

  .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #DADADA !important;
  }

  .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #7d7d7d !important;
  }

  .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #706F6F !important;
  }

  .md\:hover\:to-gray-700:hover{
    --tw-gradient-to: #333 !important;
  }

  .md\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fca745 !important;
  }

  .md\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #FB9117 !important;
  }

  .md\:hover\:to-blue-200:hover{
    --tw-gradient-to: #1EC2FF !important;
  }

  .md\:hover\:to-blue-300:hover{
    --tw-gradient-to: #1E90FF !important;
  }

  .md\:hover\:to-blue-400:hover{
    --tw-gradient-to: #1a7cdb !important;
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-red:focus{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .md\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .md\:focus\:from-gray-400:focus{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .md\:focus\:from-gray-500:focus{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .md\:focus\:from-gray-700:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .md\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .md\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .md\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .md\:focus\:to-red:focus{
    --tw-gradient-to: #f33 !important;
  }

  .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #DADADA !important;
  }

  .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #7d7d7d !important;
  }

  .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #706F6F !important;
  }

  .md\:focus\:to-gray-700:focus{
    --tw-gradient-to: #333 !important;
  }

  .md\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fca745 !important;
  }

  .md\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #FB9117 !important;
  }

  .md\:focus\:to-blue-200:focus{
    --tw-gradient-to: #1EC2FF !important;
  }

  .md\:focus\:to-blue-300:focus{
    --tw-gradient-to: #1E90FF !important;
  }

  .md\:focus\:to-blue-400:focus{
    --tw-gradient-to: #1a7cdb !important;
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .md\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .md\:bg-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-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .md\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent !important;
  }

  .group:hover .md\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-transparent:focus-within{
    border-color: transparent !important;
  }

  .md\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-default:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .md\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .md\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .md\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .md\:rounded-none{
    border-radius: 0 !important;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:rounded-default{
    border-radius: 0.25rem !important;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md\:rounded-full{
    border-radius: 9999px !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-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !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-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-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-default{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl-default{
    border-bottom-left-radius: 0.25rem !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-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\: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: 0px !important;
  }

  .md\:border-2{
    border-width: 2px !important;
  }

  .md\:border-4{
    border-width: 4px !important;
  }

  .md\:border-8{
    border-width: 8px !important;
  }

  .md\:border{
    border-width: 1px !important;
  }

  .md\:border-t-0{
    border-top-width: 0px !important;
  }

  .md\:border-r-0{
    border-right-width: 0px !important;
  }

  .md\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .md\:border-l-0{
    border-left-width: 0px !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-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-nowrap{
    -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-default{
    -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-default{
    -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\: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: Raleway, sans-serif !important;
  }

  .md\:font-icon{
    font-family: dh-icon !important;
  }

  .md\:font-light{
    font-weight: 300 !important;
  }

  .md\:font-regular{
    font-weight: 400 !important;
  }

  .md\:font-semibold{
    font-weight: 700 !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: 3.75rem !important;
  }

  .md\:h-20{
    height: 5rem !important;
  }

  .md\:h-24{
    height: 5.425rem !important;
  }

  .md\:h-32{
    height: 8rem !important;
  }

  .md\:h-40{
    height: 10rem !important;
  }

  .md\:h-48{
    height: 12.5rem !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-full{
    height: 100% !important;
  }

  .md\:h-screen{
    height: 100vh !important;
  }

  .md\:text-cero{
    font-size: 0rem !important;
  }

  .md\:text-xs{
    font-size: 0.5rem !important;
  }

  .md\:text-sm{
    font-size: 0.86rem !important;
  }

  .md\:text-base{
    font-size: 1rem !important;
  }

  .md\:text-lg{
    font-size: 1.125rem !important;
  }

  .md\:text-xl{
    font-size: 1.25rem !important;
  }

  .md\:text-2xl{
    font-size: 1.52381rem !important;
  }

  .md\:text-3xl{
    font-size: 1.75rem !important;
  }

  .md\:text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:text-5xl{
    font-size: 3rem !important;
  }

  .md\:text-6xl{
    font-size: 3.75rem !important;
  }

  .md\:text-7xl{
    font-size: 4.625rem !important;
  }

  .md\:leading-leading-3{
    line-height: .75 !important;
  }

  .md\:leading-none{
    line-height: 1 !important;
  }

  .md\:leading-tighter{
    line-height: 1.125 !important;
  }

  .md\:leading-leading-6{
    line-height: 1.5 !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\: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: 3.75rem !important;
  }

  .md\:m-20{
    margin: 5rem !important;
  }

  .md\:m-24{
    margin: 5.425rem !important;
  }

  .md\:m-32{
    margin: 8rem !important;
  }

  .md\:m-40{
    margin: 10rem !important;
  }

  .md\:m-48{
    margin: 12.5rem !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-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: -3.75rem !important;
  }

  .md\:-m-20{
    margin: -5rem !important;
  }

  .md\:-m-24{
    margin: -5.425rem !important;
  }

  .md\:-m-32{
    margin: -8rem !important;
  }

  .md\:-m-40{
    margin: -10rem !important;
  }

  .md\:-m-48{
    margin: -12.5rem !important;
  }

  .md\:-m-56{
    margin: -14rem !important;
  }

  .md\:-m-64{
    margin: -16rem !important;
  }

  .md\:-m-px{
    margin: -1px !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: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .md\:mx-16{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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: 5.425rem !important;
    margin-bottom: 5.425rem !important;
  }

  .md\:mx-24{
    margin-left: 5.425rem !important;
    margin-right: 5.425rem !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: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .md\:mx-48{
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !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-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: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .md\:-mx-16{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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: -5.425rem !important;
    margin-bottom: -5.425rem !important;
  }

  .md\:-mx-24{
    margin-left: -5.425rem !important;
    margin-right: -5.425rem !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: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .md\:-mx-48{
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !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\: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: 3.75rem !important;
  }

  .md\:mr-16{
    margin-right: 3.75rem !important;
  }

  .md\:mb-16{
    margin-bottom: 3.75rem !important;
  }

  .md\:ml-16{
    margin-left: 3.75rem !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: 5.425rem !important;
  }

  .md\:mr-24{
    margin-right: 5.425rem !important;
  }

  .md\:mb-24{
    margin-bottom: 5.425rem !important;
  }

  .md\:ml-24{
    margin-left: 5.425rem !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: 12.5rem !important;
  }

  .md\:mr-48{
    margin-right: 12.5rem !important;
  }

  .md\:mb-48{
    margin-bottom: 12.5rem !important;
  }

  .md\:ml-48{
    margin-left: 12.5rem !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-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: -3.75rem !important;
  }

  .md\:-mr-16{
    margin-right: -3.75rem !important;
  }

  .md\:-mb-16{
    margin-bottom: -3.75rem !important;
  }

  .md\:-ml-16{
    margin-left: -3.75rem !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: -5.425rem !important;
  }

  .md\:-mr-24{
    margin-right: -5.425rem !important;
  }

  .md\:-mb-24{
    margin-bottom: -5.425rem !important;
  }

  .md\:-ml-24{
    margin-left: -5.425rem !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: -12.5rem !important;
  }

  .md\:-mr-48{
    margin-right: -12.5rem !important;
  }

  .md\:-mb-48{
    margin-bottom: -12.5rem !important;
  }

  .md\:-ml-48{
    margin-left: -12.5rem !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\:max-h-0{
    max-height: 0 !important;
  }

  .md\:max-h-1{
    max-height: 0.25rem !important;
  }

  .md\:max-h-2{
    max-height: 0.5rem !important;
  }

  .md\:max-h-3{
    max-height: 0.75rem !important;
  }

  .md\:max-h-4{
    max-height: 1rem !important;
  }

  .md\:max-h-5{
    max-height: 1.25rem !important;
  }

  .md\:max-h-6{
    max-height: 1.5rem !important;
  }

  .md\:max-h-8{
    max-height: 2rem !important;
  }

  .md\:max-h-10{
    max-height: 2.5rem !important;
  }

  .md\:max-h-12{
    max-height: 3rem !important;
  }

  .md\:max-h-16{
    max-height: 3.75rem !important;
  }

  .md\:max-h-20{
    max-height: 5rem !important;
  }

  .md\:max-h-24{
    max-height: 5.425rem !important;
  }

  .md\:max-h-32{
    max-height: 8rem !important;
  }

  .md\:max-h-40{
    max-height: 10rem !important;
  }

  .md\:max-h-48{
    max-height: 12.5rem !important;
  }

  .md\:max-h-56{
    max-height: 14rem !important;
  }

  .md\:max-h-64{
    max-height: 16rem !important;
  }

  .md\:max-h-px{
    max-height: 1px !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:max-w-0{
    max-width: 0rem !important;
  }

  .md\:max-w-none{
    max-width: none !important;
  }

  .md\:max-w-xs{
    max-width: 20rem !important;
  }

  .md\:max-w-sm{
    max-width: 24rem !important;
  }

  .md\:max-w-md{
    max-width: 28rem !important;
  }

  .md\:max-w-lg{
    max-width: 32rem !important;
  }

  .md\:max-w-xl{
    max-width: 36rem !important;
  }

  .md\:max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:max-w-7xl{
    max-width: 80rem !important;
  }

  .md\:max-w-full{
    max-width: 100% !important;
  }

  .md\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:max-w-prose{
    max-width: 65ch !important;
  }

  .md\:max-w-screen-xs{
    max-width: 480px !important;
  }

  .md\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .md\:max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md\:max-w-screen-xl{
    max-width: 1087px !important;
  }

  .md\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .md\:min-h-0{
    min-height: 0 !important;
  }

  .md\:min-h-1{
    min-height: 0.25rem !important;
  }

  .md\:min-h-2{
    min-height: 0.5rem !important;
  }

  .md\:min-h-3{
    min-height: 0.75rem !important;
  }

  .md\:min-h-4{
    min-height: 1rem !important;
  }

  .md\:min-h-5{
    min-height: 1.25rem !important;
  }

  .md\:min-h-6{
    min-height: 1.5rem !important;
  }

  .md\:min-h-8{
    min-height: 2rem !important;
  }

  .md\:min-h-10{
    min-height: 2.5rem !important;
  }

  .md\:min-h-12{
    min-height: 3rem !important;
  }

  .md\:min-h-16{
    min-height: 3.75rem !important;
  }

  .md\:min-h-20{
    min-height: 5rem !important;
  }

  .md\:min-h-24{
    min-height: 5.425rem !important;
  }

  .md\:min-h-32{
    min-height: 8rem !important;
  }

  .md\:min-h-40{
    min-height: 10rem !important;
  }

  .md\:min-h-48{
    min-height: 12.5rem !important;
  }

  .md\:min-h-56{
    min-height: 14rem !important;
  }

  .md\:min-h-64{
    min-height: 16rem !important;
  }

  .md\:min-h-auto{
    min-height: auto !important;
  }

  .md\:min-h-px{
    min-height: 1px !important;
  }

  .md\:min-h-1\/4{
    min-height: 25% !important;
  }

  .md\:min-h-1\/2{
    min-height: 50% !important;
  }

  .md\:min-h-3\/4{
    min-height: 75% !important;
  }

  .md\:min-h-full{
    min-height: 100% !important;
  }

  .md\:min-h-screen{
    min-height: 100vh !important;
  }

  .md\:min-w-0{
    min-width: 0px !important;
  }

  .md\:min-w-full{
    min-width: 100% !important;
  }

  .md\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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-5{
    opacity: 0.05 !important;
  }

  .md\:opacity-10{
    opacity: 0.1 !important;
  }

  .md\:opacity-20{
    opacity: 0.2 !important;
  }

  .md\:opacity-25{
    opacity: 0.25 !important;
  }

  .md\:opacity-30{
    opacity: 0.3 !important;
  }

  .md\:opacity-40{
    opacity: 0.4 !important;
  }

  .md\:opacity-50{
    opacity: 0.5 !important;
  }

  .md\:opacity-60{
    opacity: 0.6 !important;
  }

  .md\:opacity-70{
    opacity: 0.7 !important;
  }

  .md\:opacity-75{
    opacity: 0.75 !important;
  }

  .md\:opacity-80{
    opacity: 0.8 !important;
  }

  .md\:opacity-90{
    opacity: 0.9 !important;
  }

  .md\:opacity-95{
    opacity: 0.95 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .md\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .md\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .md\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .md\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .md\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .md\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .md\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .md\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .md\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .md\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .md\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .md\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .md\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .md\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .md\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .md\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .md\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .md\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .md\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .md\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .md\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .md\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .md\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .md\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .md\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .md\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .md\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:overflow-auto{
    overflow: auto !important;
  }

  .md\:overflow-hidden{
    overflow: hidden !important;
  }

  .md\:overflow-visible{
    overflow: visible !important;
  }

  .md\:overflow-scroll{
    overflow: scroll !important;
  }

  .md\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:overscroll-auto{
    -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: 3.75rem !important;
  }

  .md\:p-20{
    padding: 5rem !important;
  }

  .md\:p-24{
    padding: 5.425rem !important;
  }

  .md\:p-32{
    padding: 8rem !important;
  }

  .md\:p-40{
    padding: 10rem !important;
  }

  .md\:p-48{
    padding: 12.5rem !important;
  }

  .md\:p-56{
    padding: 14rem !important;
  }

  .md\:p-64{
    padding: 16rem !important;
  }

  .md\:p-px{
    padding: 1px !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: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .md\:px-16{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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: 5.425rem !important;
    padding-bottom: 5.425rem !important;
  }

  .md\:px-24{
    padding-left: 5.425rem !important;
    padding-right: 5.425rem !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: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .md\:px-48{
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !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\: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: 3.75rem !important;
  }

  .md\:pr-16{
    padding-right: 3.75rem !important;
  }

  .md\:pb-16{
    padding-bottom: 3.75rem !important;
  }

  .md\:pl-16{
    padding-left: 3.75rem !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: 5.425rem !important;
  }

  .md\:pr-24{
    padding-right: 5.425rem !important;
  }

  .md\:pb-24{
    padding-bottom: 5.425rem !important;
  }

  .md\:pl-24{
    padding-left: 5.425rem !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: 12.5rem !important;
  }

  .md\:pr-48{
    padding-right: 12.5rem !important;
  }

  .md\:pb-48{
    padding-bottom: 12.5rem !important;
  }

  .md\:pl-48{
    padding-left: 12.5rem !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\: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-black::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-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-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: -webkit-sticky !important;
    position: sticky !important;
  }

  .md\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-16{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .md\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-24{
    top: 5.425rem !important;
    right: 5.425rem !important;
    bottom: 5.425rem !important;
    left: 5.425rem !important;
  }

  .md\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md\:inset-48{
    top: 12.5rem !important;
    right: 12.5rem !important;
    bottom: 12.5rem !important;
    left: 12.5rem !important;
  }

  .md\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .md\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md\:-inset-16{
    top: -3.75rem !important;
    right: -3.75rem !important;
    bottom: -3.75rem !important;
    left: -3.75rem !important;
  }

  .md\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .md\:-inset-24{
    top: -5.425rem !important;
    right: -5.425rem !important;
    bottom: -5.425rem !important;
    left: -5.425rem !important;
  }

  .md\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .md\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .md\:-inset-48{
    top: -12.5rem !important;
    right: -12.5rem !important;
    bottom: -12.5rem !important;
    left: -12.5rem !important;
  }

  .md\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .md\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .md\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md\:inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md\:inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md\:inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md\:inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md\:inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-y-16{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .md\:inset-x-16{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .md\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-y-24{
    top: 5.425rem !important;
    bottom: 5.425rem !important;
  }

  .md\:inset-x-24{
    right: 5.425rem !important;
    left: 5.425rem !important;
  }

  .md\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .md\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .md\:inset-y-48{
    top: 12.5rem !important;
    bottom: 12.5rem !important;
  }

  .md\:inset-x-48{
    right: 12.5rem !important;
    left: 12.5rem !important;
  }

  .md\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md\:inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .md\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md\:inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .md\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .md\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .md\:-inset-x-1{
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .md\:-inset-x-2{
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .md\:-inset-x-3{
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .md\:-inset-x-4{
    right: -1rem !important;
    left: -1rem !important;
  }

  .md\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md\:-inset-x-5{
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .md\:-inset-x-6{
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md\:-inset-x-8{
    right: -2rem !important;
    left: -2rem !important;
  }

  .md\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md\:-inset-x-10{
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md\:-inset-x-12{
    right: -3rem !important;
    left: -3rem !important;
  }

  .md\:-inset-y-16{
    top: -3.75rem !important;
    bottom: -3.75rem !important;
  }

  .md\:-inset-x-16{
    right: -3.75rem !important;
    left: -3.75rem !important;
  }

  .md\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .md\:-inset-x-20{
    right: -5rem !important;
    left: -5rem !important;
  }

  .md\:-inset-y-24{
    top: -5.425rem !important;
    bottom: -5.425rem !important;
  }

  .md\:-inset-x-24{
    right: -5.425rem !important;
    left: -5.425rem !important;
  }

  .md\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .md\:-inset-x-32{
    right: -8rem !important;
    left: -8rem !important;
  }

  .md\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .md\:-inset-x-40{
    right: -10rem !important;
    left: -10rem !important;
  }

  .md\:-inset-y-48{
    top: -12.5rem !important;
    bottom: -12.5rem !important;
  }

  .md\:-inset-x-48{
    right: -12.5rem !important;
    left: -12.5rem !important;
  }

  .md\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .md\:-inset-x-56{
    right: -14rem !important;
    left: -14rem !important;
  }

  .md\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .md\:-inset-x-64{
    right: -16rem !important;
    left: -16rem !important;
  }

  .md\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:-inset-x-px{
    right: -1px !important;
    left: -1px !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-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .md\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .md\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:inset-x-full{
    right: 100% !important;
    left: 100% !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-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:-inset-x-1\/3{
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:-inset-x-2\/3{
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:-inset-x-1\/4{
    right: -25% !important;
    left: -25% !important;
  }

  .md\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-x-2\/4{
    right: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:-inset-x-3\/4{
    right: -75% !important;
    left: -75% !important;
  }

  .md\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:-inset-x-full{
    right: -100% !important;
    left: -100% !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-1{
    top: 0.25rem !important;
  }

  .md\:right-1{
    right: 0.25rem !important;
  }

  .md\:bottom-1{
    bottom: 0.25rem !important;
  }

  .md\:left-1{
    left: 0.25rem !important;
  }

  .md\:top-2{
    top: 0.5rem !important;
  }

  .md\:right-2{
    right: 0.5rem !important;
  }

  .md\:bottom-2{
    bottom: 0.5rem !important;
  }

  .md\:left-2{
    left: 0.5rem !important;
  }

  .md\:top-3{
    top: 0.75rem !important;
  }

  .md\:right-3{
    right: 0.75rem !important;
  }

  .md\:bottom-3{
    bottom: 0.75rem !important;
  }

  .md\:left-3{
    left: 0.75rem !important;
  }

  .md\:top-4{
    top: 1rem !important;
  }

  .md\:right-4{
    right: 1rem !important;
  }

  .md\:bottom-4{
    bottom: 1rem !important;
  }

  .md\:left-4{
    left: 1rem !important;
  }

  .md\:top-5{
    top: 1.25rem !important;
  }

  .md\:right-5{
    right: 1.25rem !important;
  }

  .md\:bottom-5{
    bottom: 1.25rem !important;
  }

  .md\:left-5{
    left: 1.25rem !important;
  }

  .md\:top-6{
    top: 1.5rem !important;
  }

  .md\:right-6{
    right: 1.5rem !important;
  }

  .md\:bottom-6{
    bottom: 1.5rem !important;
  }

  .md\:left-6{
    left: 1.5rem !important;
  }

  .md\:top-8{
    top: 2rem !important;
  }

  .md\:right-8{
    right: 2rem !important;
  }

  .md\:bottom-8{
    bottom: 2rem !important;
  }

  .md\:left-8{
    left: 2rem !important;
  }

  .md\:top-10{
    top: 2.5rem !important;
  }

  .md\:right-10{
    right: 2.5rem !important;
  }

  .md\:bottom-10{
    bottom: 2.5rem !important;
  }

  .md\:left-10{
    left: 2.5rem !important;
  }

  .md\:top-12{
    top: 3rem !important;
  }

  .md\:right-12{
    right: 3rem !important;
  }

  .md\:bottom-12{
    bottom: 3rem !important;
  }

  .md\:left-12{
    left: 3rem !important;
  }

  .md\:top-16{
    top: 3.75rem !important;
  }

  .md\:right-16{
    right: 3.75rem !important;
  }

  .md\:bottom-16{
    bottom: 3.75rem !important;
  }

  .md\:left-16{
    left: 3.75rem !important;
  }

  .md\:top-20{
    top: 5rem !important;
  }

  .md\:right-20{
    right: 5rem !important;
  }

  .md\:bottom-20{
    bottom: 5rem !important;
  }

  .md\:left-20{
    left: 5rem !important;
  }

  .md\:top-24{
    top: 5.425rem !important;
  }

  .md\:right-24{
    right: 5.425rem !important;
  }

  .md\:bottom-24{
    bottom: 5.425rem !important;
  }

  .md\:left-24{
    left: 5.425rem !important;
  }

  .md\:top-32{
    top: 8rem !important;
  }

  .md\:right-32{
    right: 8rem !important;
  }

  .md\:bottom-32{
    bottom: 8rem !important;
  }

  .md\:left-32{
    left: 8rem !important;
  }

  .md\:top-40{
    top: 10rem !important;
  }

  .md\:right-40{
    right: 10rem !important;
  }

  .md\:bottom-40{
    bottom: 10rem !important;
  }

  .md\:left-40{
    left: 10rem !important;
  }

  .md\:top-48{
    top: 12.5rem !important;
  }

  .md\:right-48{
    right: 12.5rem !important;
  }

  .md\:bottom-48{
    bottom: 12.5rem !important;
  }

  .md\:left-48{
    left: 12.5rem !important;
  }

  .md\:top-56{
    top: 14rem !important;
  }

  .md\:right-56{
    right: 14rem !important;
  }

  .md\:bottom-56{
    bottom: 14rem !important;
  }

  .md\:left-56{
    left: 14rem !important;
  }

  .md\:top-64{
    top: 16rem !important;
  }

  .md\:right-64{
    right: 16rem !important;
  }

  .md\:bottom-64{
    bottom: 16rem !important;
  }

  .md\:left-64{
    left: 16rem !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-px{
    top: 1px !important;
  }

  .md\:right-px{
    right: 1px !important;
  }

  .md\:bottom-px{
    bottom: 1px !important;
  }

  .md\:left-px{
    left: 1px !important;
  }

  .md\:-top-1{
    top: -0.25rem !important;
  }

  .md\:-right-1{
    right: -0.25rem !important;
  }

  .md\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .md\:-left-1{
    left: -0.25rem !important;
  }

  .md\:-top-2{
    top: -0.5rem !important;
  }

  .md\:-right-2{
    right: -0.5rem !important;
  }

  .md\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .md\:-left-2{
    left: -0.5rem !important;
  }

  .md\:-top-3{
    top: -0.75rem !important;
  }

  .md\:-right-3{
    right: -0.75rem !important;
  }

  .md\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .md\:-left-3{
    left: -0.75rem !important;
  }

  .md\:-top-4{
    top: -1rem !important;
  }

  .md\:-right-4{
    right: -1rem !important;
  }

  .md\:-bottom-4{
    bottom: -1rem !important;
  }

  .md\:-left-4{
    left: -1rem !important;
  }

  .md\:-top-5{
    top: -1.25rem !important;
  }

  .md\:-right-5{
    right: -1.25rem !important;
  }

  .md\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .md\:-left-5{
    left: -1.25rem !important;
  }

  .md\:-top-6{
    top: -1.5rem !important;
  }

  .md\:-right-6{
    right: -1.5rem !important;
  }

  .md\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .md\:-left-6{
    left: -1.5rem !important;
  }

  .md\:-top-8{
    top: -2rem !important;
  }

  .md\:-right-8{
    right: -2rem !important;
  }

  .md\:-bottom-8{
    bottom: -2rem !important;
  }

  .md\:-left-8{
    left: -2rem !important;
  }

  .md\:-top-10{
    top: -2.5rem !important;
  }

  .md\:-right-10{
    right: -2.5rem !important;
  }

  .md\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .md\:-left-10{
    left: -2.5rem !important;
  }

  .md\:-top-12{
    top: -3rem !important;
  }

  .md\:-right-12{
    right: -3rem !important;
  }

  .md\:-bottom-12{
    bottom: -3rem !important;
  }

  .md\:-left-12{
    left: -3rem !important;
  }

  .md\:-top-16{
    top: -3.75rem !important;
  }

  .md\:-right-16{
    right: -3.75rem !important;
  }

  .md\:-bottom-16{
    bottom: -3.75rem !important;
  }

  .md\:-left-16{
    left: -3.75rem !important;
  }

  .md\:-top-20{
    top: -5rem !important;
  }

  .md\:-right-20{
    right: -5rem !important;
  }

  .md\:-bottom-20{
    bottom: -5rem !important;
  }

  .md\:-left-20{
    left: -5rem !important;
  }

  .md\:-top-24{
    top: -5.425rem !important;
  }

  .md\:-right-24{
    right: -5.425rem !important;
  }

  .md\:-bottom-24{
    bottom: -5.425rem !important;
  }

  .md\:-left-24{
    left: -5.425rem !important;
  }

  .md\:-top-32{
    top: -8rem !important;
  }

  .md\:-right-32{
    right: -8rem !important;
  }

  .md\:-bottom-32{
    bottom: -8rem !important;
  }

  .md\:-left-32{
    left: -8rem !important;
  }

  .md\:-top-40{
    top: -10rem !important;
  }

  .md\:-right-40{
    right: -10rem !important;
  }

  .md\:-bottom-40{
    bottom: -10rem !important;
  }

  .md\:-left-40{
    left: -10rem !important;
  }

  .md\:-top-48{
    top: -12.5rem !important;
  }

  .md\:-right-48{
    right: -12.5rem !important;
  }

  .md\:-bottom-48{
    bottom: -12.5rem !important;
  }

  .md\:-left-48{
    left: -12.5rem !important;
  }

  .md\:-top-56{
    top: -14rem !important;
  }

  .md\:-right-56{
    right: -14rem !important;
  }

  .md\:-bottom-56{
    bottom: -14rem !important;
  }

  .md\:-left-56{
    left: -14rem !important;
  }

  .md\:-top-64{
    top: -16rem !important;
  }

  .md\:-right-64{
    right: -16rem !important;
  }

  .md\:-bottom-64{
    bottom: -16rem !important;
  }

  .md\:-left-64{
    left: -16rem !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-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-1\/3{
    top: 33.333333% !important;
  }

  .md\:right-1\/3{
    right: 33.333333% !important;
  }

  .md\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .md\:left-1\/3{
    left: 33.333333% !important;
  }

  .md\:top-2\/3{
    top: 66.666667% !important;
  }

  .md\:right-2\/3{
    right: 66.666667% !important;
  }

  .md\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .md\:left-2\/3{
    left: 66.666667% !important;
  }

  .md\:top-1\/4{
    top: 25% !important;
  }

  .md\:right-1\/4{
    right: 25% !important;
  }

  .md\:bottom-1\/4{
    bottom: 25% !important;
  }

  .md\:left-1\/4{
    left: 25% !important;
  }

  .md\:top-2\/4{
    top: 50% !important;
  }

  .md\:right-2\/4{
    right: 50% !important;
  }

  .md\:bottom-2\/4{
    bottom: 50% !important;
  }

  .md\:left-2\/4{
    left: 50% !important;
  }

  .md\:top-3\/4{
    top: 75% !important;
  }

  .md\:right-3\/4{
    right: 75% !important;
  }

  .md\:bottom-3\/4{
    bottom: 75% !important;
  }

  .md\:left-3\/4{
    left: 75% !important;
  }

  .md\:top-full{
    top: 100% !important;
  }

  .md\:right-full{
    right: 100% !important;
  }

  .md\:bottom-full{
    bottom: 100% !important;
  }

  .md\:left-full{
    left: 100% !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-1\/3{
    top: -33.333333% !important;
  }

  .md\:-right-1\/3{
    right: -33.333333% !important;
  }

  .md\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .md\:-left-1\/3{
    left: -33.333333% !important;
  }

  .md\:-top-2\/3{
    top: -66.666667% !important;
  }

  .md\:-right-2\/3{
    right: -66.666667% !important;
  }

  .md\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .md\:-left-2\/3{
    left: -66.666667% !important;
  }

  .md\:-top-1\/4{
    top: -25% !important;
  }

  .md\:-right-1\/4{
    right: -25% !important;
  }

  .md\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .md\:-left-1\/4{
    left: -25% !important;
  }

  .md\:-top-2\/4{
    top: -50% !important;
  }

  .md\:-right-2\/4{
    right: -50% !important;
  }

  .md\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .md\:-left-2\/4{
    left: -50% !important;
  }

  .md\:-top-3\/4{
    top: -75% !important;
  }

  .md\:-right-3\/4{
    right: -75% !important;
  }

  .md\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .md\:-left-3\/4{
    left: -75% !important;
  }

  .md\:-top-full{
    top: -100% !important;
  }

  .md\:-right-full{
    right: -100% !important;
  }

  .md\:-bottom-full{
    bottom: -100% !important;
  }

  .md\:-left-full{
    left: -100% !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-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .md\:ring-offset-red{
    --tw-ring-offset-color: #f33 !important;
  }

  .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #DADADA !important;
  }

  .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #706F6F !important;
  }

  .md\:ring-offset-gray-700{
    --tw-ring-offset-color: #333 !important;
  }

  .md\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fca745 !important;
  }

  .md\:ring-offset-yellow-500{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .md\:ring-offset-blue-200{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .md\:ring-offset-blue-300{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .md\:ring-offset-blue-400{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #f33 !important;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #DADADA !important;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #706F6F !important;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fca745 !important;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #f33 !important;
  }

  .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #DADADA !important;
  }

  .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #706F6F !important;
  }

  .md\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .md\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fca745 !important;
  }

  .md\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .md\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .md\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .md\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .md\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .md\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .md\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .md\:fill-current{
    fill: currentColor !important;
  }

  .md\:stroke-current{
    stroke: currentColor !important;
  }

  .md\:stroke-0{
    stroke-width: 0 !important;
  }

  .md\:stroke-1{
    stroke-width: 1 !important;
  }

  .md\:stroke-2{
    stroke-width: 2 !important;
  }

  .md\: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-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .md\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .md\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-transparent:visited{
    color: transparent !important;
  }

  .md\:visited\:text-black:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-white:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-red:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-gray-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-gray-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-gray-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-gray-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-gray-700:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-yellow-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-yellow-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-blue-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-blue-300:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .md\:visited\:text-blue-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .md\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .md\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:overflow-ellipsis{
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
  }

  .md\:overflow-clip{
    -o-text-overflow: clip !important;
       text-overflow: clip !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;
  }

  .group:hover .md\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .md\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .md\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .md\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\: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-nowrap{
    white-space: nowrap !important;
  }

  .md\:whitespace-pre{
    white-space: pre !important;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words{
    overflow-wrap: break-word !important;
  }

  .md\:break-all{
    word-break: break-all !important;
  }

  .md\: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: 3.75rem !important;
  }

  .md\:w-20{
    width: 5rem !important;
  }

  .md\:w-24{
    width: 5.425rem !important;
  }

  .md\:w-32{
    width: 8rem !important;
  }

  .md\:w-40{
    width: 10rem !important;
  }

  .md\:w-48{
    width: 12.5rem !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-1\/2{
    width: 50% !important;
  }

  .md\:w-1\/3{
    width: 33.333333% !important;
  }

  .md\:w-2\/3{
    width: 66.666667% !important;
  }

  .md\:w-1\/4{
    width: 25% !important;
  }

  .md\:w-2\/4{
    width: 50% !important;
  }

  .md\:w-3\/4{
    width: 75% !important;
  }

  .md\:w-1\/5{
    width: 20% !important;
  }

  .md\:w-2\/5{
    width: 40% !important;
  }

  .md\:w-3\/5{
    width: 60% !important;
  }

  .md\:w-4\/5{
    width: 80% !important;
  }

  .md\:w-1\/6{
    width: 16.666667% !important;
  }

  .md\:w-2\/6{
    width: 33.333333% !important;
  }

  .md\:w-3\/6{
    width: 50% !important;
  }

  .md\:w-4\/6{
    width: 66.666667% !important;
  }

  .md\:w-5\/6{
    width: 83.333333% !important;
  }

  .md\:w-1\/12{
    width: 8.333333% !important;
  }

  .md\:w-2\/12{
    width: 16.666667% !important;
  }

  .md\:w-3\/12{
    width: 25% !important;
  }

  .md\:w-4\/12{
    width: 33.333333% !important;
  }

  .md\:w-5\/12{
    width: 41.666667% !important;
  }

  .md\:w-6\/12{
    width: 50% !important;
  }

  .md\:w-7\/12{
    width: 58.333333% !important;
  }

  .md\:w-8\/12{
    width: 66.666667% !important;
  }

  .md\:w-9\/12{
    width: 75% !important;
  }

  .md\:w-10\/12{
    width: 83.333333% !important;
  }

  .md\:w-11\/12{
    width: 91.666667% !important;
  }

  .md\:w-full{
    width: 100% !important;
  }

  .md\:w-screen{
    width: 100vw !important;
  }

  .md\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:z-0{
    z-index: 0 !important;
  }

  .md\:z-10{
    z-index: 10 !important;
  }

  .md\:z-20{
    z-index: 20 !important;
  }

  .md\:z-30{
    z-index: 30 !important;
  }

  .md\:z-40{
    z-index: 40 !important;
  }

  .md\:z-50{
    z-index: 50 !important;
  }

  .md\:z-auto{
    z-index: auto !important;
  }

  .md\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .md\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .md\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .md\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .md\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .md\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .md\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .md\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .md\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .md\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .md\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .md\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .md\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .md\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .md\:gap-0{
    gap: 0 !important;
  }

  .md\:gap-1{
    gap: 0.25rem !important;
  }

  .md\:gap-2{
    gap: 0.5rem !important;
  }

  .md\:gap-3{
    gap: 0.75rem !important;
  }

  .md\:gap-4{
    gap: 1rem !important;
  }

  .md\:gap-5{
    gap: 1.25rem !important;
  }

  .md\:gap-6{
    gap: 1.5rem !important;
  }

  .md\:gap-8{
    gap: 2rem !important;
  }

  .md\:gap-10{
    gap: 2.5rem !important;
  }

  .md\:gap-12{
    gap: 3rem !important;
  }

  .md\:gap-16{
    gap: 3.75rem !important;
  }

  .md\:gap-20{
    gap: 5rem !important;
  }

  .md\:gap-24{
    gap: 5.425rem !important;
  }

  .md\:gap-32{
    gap: 8rem !important;
  }

  .md\:gap-40{
    gap: 10rem !important;
  }

  .md\:gap-48{
    gap: 12.5rem !important;
  }

  .md\:gap-56{
    gap: 14rem !important;
  }

  .md\:gap-64{
    gap: 16rem !important;
  }

  .md\:gap-px{
    gap: 1px !important;
  }

  .md\:gap-x-0{
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .md\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .md\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .md\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .md\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .md\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .md\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .md\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .md\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .md\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .md\:gap-x-16{
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .md\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .md\:gap-x-24{
    -webkit-column-gap: 5.425rem !important;
       -moz-column-gap: 5.425rem !important;
            column-gap: 5.425rem !important;
  }

  .md\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .md\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .md\:gap-x-48{
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }

  .md\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .md\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .md\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .md\:gap-y-0{
    row-gap: 0 !important;
  }

  .md\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4{
    row-gap: 1rem !important;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-8{
    row-gap: 2rem !important;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-12{
    row-gap: 3rem !important;
  }

  .md\:gap-y-16{
    row-gap: 3.75rem !important;
  }

  .md\:gap-y-20{
    row-gap: 5rem !important;
  }

  .md\:gap-y-24{
    row-gap: 5.425rem !important;
  }

  .md\:gap-y-32{
    row-gap: 8rem !important;
  }

  .md\:gap-y-40{
    row-gap: 10rem !important;
  }

  .md\:gap-y-48{
    row-gap: 12.5rem !important;
  }

  .md\:gap-y-56{
    row-gap: 14rem !important;
  }

  .md\:gap-y-64{
    row-gap: 16rem !important;
  }

  .md\:gap-y-px{
    row-gap: 1px !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\: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\: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{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-none{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .md\:origin-center{
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important;
  }

  .md\:origin-top{
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important;
  }

  .md\:origin-top-right{
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .md\:origin-right{
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important;
  }

  .md\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .md\:origin-bottom{
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .md\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .md\:origin-left{
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important;
  }

  .md\:origin-top-left{
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .md\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .md\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .md\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .md\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .md\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .md\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .md\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .md\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .md\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .md\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .md\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .md\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .md\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .md\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .md\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .md\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .md\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .md\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .md\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .md\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .md\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .md\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .md\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .md\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .md\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .md\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .md\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .md\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .md\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .md\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .md\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .md\:translate-x-16{
    --tw-translate-x: 3.75rem !important;
  }

  .md\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .md\:translate-x-24{
    --tw-translate-x: 5.425rem !important;
  }

  .md\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .md\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .md\:translate-x-48{
    --tw-translate-x: 12.5rem !important;
  }

  .md\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .md\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .md\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .md\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .md\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .md\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .md\:-translate-x-16{
    --tw-translate-x: -3.75rem !important;
  }

  .md\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .md\:-translate-x-24{
    --tw-translate-x: -5.425rem !important;
  }

  .md\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .md\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .md\:-translate-x-48{
    --tw-translate-x: -12.5rem !important;
  }

  .md\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .md\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .md\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .md\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .md\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .md\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .md\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .md\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .md\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .md\:translate-y-16{
    --tw-translate-y: 3.75rem !important;
  }

  .md\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .md\:translate-y-24{
    --tw-translate-y: 5.425rem !important;
  }

  .md\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .md\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .md\:translate-y-48{
    --tw-translate-y: 12.5rem !important;
  }

  .md\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .md\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .md\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .md\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .md\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .md\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .md\:-translate-y-16{
    --tw-translate-y: -3.75rem !important;
  }

  .md\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .md\:-translate-y-24{
    --tw-translate-y: -5.425rem !important;
  }

  .md\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .md\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .md\:-translate-y-48{
    --tw-translate-y: -12.5rem !important;
  }

  .md\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .md\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .md\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .md\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .md\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .md\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .md\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-16:hover{
    --tw-translate-x: 3.75rem !important;
  }

  .md\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover{
    --tw-translate-x: 5.425rem !important;
  }

  .md\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-48:hover{
    --tw-translate-x: 12.5rem !important;
  }

  .md\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-16:hover{
    --tw-translate-x: -3.75rem !important;
  }

  .md\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover{
    --tw-translate-x: -5.425rem !important;
  }

  .md\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12.5rem !important;
  }

  .md\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .md\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-16:hover{
    --tw-translate-y: 3.75rem !important;
  }

  .md\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover{
    --tw-translate-y: 5.425rem !important;
  }

  .md\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-48:hover{
    --tw-translate-y: 12.5rem !important;
  }

  .md\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-16:hover{
    --tw-translate-y: -3.75rem !important;
  }

  .md\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover{
    --tw-translate-y: -5.425rem !important;
  }

  .md\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12.5rem !important;
  }

  .md\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .md\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-16:focus{
    --tw-translate-x: 3.75rem !important;
  }

  .md\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus{
    --tw-translate-x: 5.425rem !important;
  }

  .md\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-48:focus{
    --tw-translate-x: 12.5rem !important;
  }

  .md\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-16:focus{
    --tw-translate-x: -3.75rem !important;
  }

  .md\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus{
    --tw-translate-x: -5.425rem !important;
  }

  .md\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12.5rem !important;
  }

  .md\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .md\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-16:focus{
    --tw-translate-y: 3.75rem !important;
  }

  .md\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus{
    --tw-translate-y: 5.425rem !important;
  }

  .md\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-48:focus{
    --tw-translate-y: 12.5rem !important;
  }

  .md\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-16:focus{
    --tw-translate-y: -3.75rem !important;
  }

  .md\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus{
    --tw-translate-y: -5.425rem !important;
  }

  .md\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12.5rem !important;
  }

  .md\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .md\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .md\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .md\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .md\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .md\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .md\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .md\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .md\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .md\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .md\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .md\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .md\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .md\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .md\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .md\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .md\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .md\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .md\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .md\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .md\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .md\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .md\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .md\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !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;
    -o-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 !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-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;
         -o-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;
         -o-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;
         -o-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;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .md\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .md\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .md\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .md\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .md\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .md\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .md\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .md\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .md\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .md\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .md\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .md\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-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;
  }

  .md\:translate-x-half{
    -webkit-transform: translateX(50%) !important;
        -ms-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
  }

  .md\:col-count-1{
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }

  .md\:col-count-2{
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }

  .md\:col-count-3{
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }

  .md\:col-gap-sm{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .md\:col-gap-md{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .md\:col-gap-lg{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .md\:col-w-sm{
    -webkit-column-width: 120px !important;
       -moz-column-width: 120px !important;
            column-width: 120px !important;
  }

  .md\:col-w-md{
    -webkit-column-width: 240px !important;
       -moz-column-width: 240px !important;
            column-width: 240px !important;
  }

  .md\:col-w-lg{
    -webkit-column-width: 360px !important;
       -moz-column-width: 360px !important;
            column-width: 360px !important;
  }

  .md\:col-rule-transparent{
    -webkit-column-rule-color: transparent !important;
       -moz-column-rule-color: transparent !important;
            column-rule-color: transparent !important;
  }

  .md\:col-rule-black{
    -webkit-column-rule-color: #000 !important;
       -moz-column-rule-color: #000 !important;
            column-rule-color: #000 !important;
  }

  .md\:col-rule-white{
    -webkit-column-rule-color: #fff !important;
       -moz-column-rule-color: #fff !important;
            column-rule-color: #fff !important;
  }

  .md\:col-rule-red{
    -webkit-column-rule-color: #f33 !important;
       -moz-column-rule-color: #f33 !important;
            column-rule-color: #f33 !important;
  }

  .md\:col-rule-gray-100{
    -webkit-column-rule-color: #f3f3f3 !important;
       -moz-column-rule-color: #f3f3f3 !important;
            column-rule-color: #f3f3f3 !important;
  }

  .md\:col-rule-gray-200{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .md\:col-rule-gray-400{
    -webkit-column-rule-color: #7d7d7d !important;
       -moz-column-rule-color: #7d7d7d !important;
            column-rule-color: #7d7d7d !important;
  }

  .md\:col-rule-gray-500{
    -webkit-column-rule-color: #706F6F !important;
       -moz-column-rule-color: #706F6F !important;
            column-rule-color: #706F6F !important;
  }

  .md\:col-rule-gray-700{
    -webkit-column-rule-color: #333 !important;
       -moz-column-rule-color: #333 !important;
            column-rule-color: #333 !important;
  }

  .md\:col-rule-yellow-100{
    -webkit-column-rule-color: #fca745 !important;
       -moz-column-rule-color: #fca745 !important;
            column-rule-color: #fca745 !important;
  }

  .md\:col-rule-yellow-500{
    -webkit-column-rule-color: #FB9117 !important;
       -moz-column-rule-color: #FB9117 !important;
            column-rule-color: #FB9117 !important;
  }

  .md\:col-rule-blue-200{
    -webkit-column-rule-color: #1EC2FF !important;
       -moz-column-rule-color: #1EC2FF !important;
            column-rule-color: #1EC2FF !important;
  }

  .md\:col-rule-blue-300{
    -webkit-column-rule-color: #1E90FF !important;
       -moz-column-rule-color: #1E90FF !important;
            column-rule-color: #1E90FF !important;
  }

  .md\:col-rule-blue-400{
    -webkit-column-rule-color: #1a7cdb !important;
       -moz-column-rule-color: #1a7cdb !important;
            column-rule-color: #1a7cdb !important;
  }

  .md\:col-rule{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .md\:col-rule-0{
    -webkit-column-rule-width: 0px !important;
       -moz-column-rule-width: 0px !important;
            column-rule-width: 0px !important;
  }

  .md\:col-rule-2{
    -webkit-column-rule-width: 2px !important;
       -moz-column-rule-width: 2px !important;
            column-rule-width: 2px !important;
  }

  .md\:col-rule-4{
    -webkit-column-rule-width: 4px !important;
       -moz-column-rule-width: 4px !important;
            column-rule-width: 4px !important;
  }

  .md\:col-rule-8{
    -webkit-column-rule-width: 8px !important;
       -moz-column-rule-width: 8px !important;
            column-rule-width: 8px !important;
  }

  .md\:col-rule-DEFAULT{
    -webkit-column-rule-width: 1px !important;
       -moz-column-rule-width: 1px !important;
            column-rule-width: 1px !important;
  }

  .md\:col-rule-none{
    -webkit-column-rule-style: none !important;
       -moz-column-rule-style: none !important;
            column-rule-style: none !important;
  }

  .md\:col-rule-hidden{
    -webkit-column-rule-style: hidden !important;
       -moz-column-rule-style: hidden !important;
            column-rule-style: hidden !important;
  }

  .md\:col-rule-dotted{
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }

  .md\:col-rule-dashed{
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }

  .md\:col-rule-solid{
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }

  .md\:col-rule-double{
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }

  .md\:col-rule-groove{
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }

  .md\:col-rule-ridge{
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }

  .md\:col-rule-inset{
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }

  .md\:col-rule-outset{
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }

  .md\:col-fill-auto{
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
  }

  .md\:col-fill-balance{
    -webkit-column-fill: balance !important;
       -moz-column-fill: balance !important;
            column-fill: balance !important;
  }

  .md\:col-fill-balance-all{
    -webkit-column-fill: balance-all !important;
       -moz-column-fill: balance-all !important;
            column-fill: balance-all !important;
  }

  .md\:col-span-none{
    -webkit-column-span: none !important;
       -moz-column-span: none !important;
            column-span: none !important;
  }

  .md\:col-span-all{
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
  }

  .md\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .md\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .md\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .md\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .md\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }

  .md\:m-between-children > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .md\:m-between-children-0 > :not(:first-child) {
    margin-top: 0;
  }

  .md\:m-between-children-1 > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .md\:m-between-children-2 > :not(:first-child) {
    margin-top: 0.5rem;
  }

  .md\:m-between-children-3 > :not(:first-child) {
    margin-top: 0.75rem;
  }

  .md\:m-between-children-4 > :not(:first-child) {
    margin-top: 1rem;
  }

  .md\:m-between-children-5 > :not(:first-child) {
    margin-top: 1.25rem;
  }

  .md\:m-between-children-6 > :not(:first-child) {
    margin-top: 1.5rem;
  }

  .md\:m-between-children-8 > :not(:first-child) {
    margin-top: 2rem;
  }

  .md\:m-between-children-10 > :not(:first-child) {
    margin-top: 2.5rem;
  }

  .md\:m-between-children-12 > :not(:first-child) {
    margin-top: 3rem;
  }

  .md\:m-between-children-16 > :not(:first-child) {
    margin-top: 3.75rem;
  }

  .md\:m-between-children-20 > :not(:first-child) {
    margin-top: 5rem;
  }

  .md\:m-between-children-24 > :not(:first-child) {
    margin-top: 5.425rem;
  }

  .md\:m-between-children-32 > :not(:first-child) {
    margin-top: 8rem;
  }

  .md\:m-between-children-40 > :not(:first-child) {
    margin-top: 10rem;
  }

  .md\:m-between-children-48 > :not(:first-child) {
    margin-top: 12.5rem;
  }

  .md\:m-between-children-56 > :not(:first-child) {
    margin-top: 14rem;
  }

  .md\:m-between-children-64 > :not(:first-child) {
    margin-top: 16rem;
  }

  .md\:m-between-children-px > :not(:first-child) {
    margin-top: 1px;
  }

  .md\:hm-between-children > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .md\:hm-between-children-0 > :not(:first-child) {
    margin-left: 0;
  }

  .md\:hm-between-children-1 > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .md\:hm-between-children-2 > :not(:first-child) {
    margin-left: 0.5rem;
  }

  .md\:hm-between-children-3 > :not(:first-child) {
    margin-left: 0.75rem;
  }

  .md\:hm-between-children-4 > :not(:first-child) {
    margin-left: 1rem;
  }

  .md\:hm-between-children-5 > :not(:first-child) {
    margin-left: 1.25rem;
  }

  .md\:hm-between-children-6 > :not(:first-child) {
    margin-left: 1.5rem;
  }

  .md\:hm-between-children-8 > :not(:first-child) {
    margin-left: 2rem;
  }

  .md\:hm-between-children-10 > :not(:first-child) {
    margin-left: 2.5rem;
  }

  .md\:hm-between-children-12 > :not(:first-child) {
    margin-left: 3rem;
  }

  .md\:hm-between-children-16 > :not(:first-child) {
    margin-left: 3.75rem;
  }

  .md\:hm-between-children-20 > :not(:first-child) {
    margin-left: 5rem;
  }

  .md\:hm-between-children-24 > :not(:first-child) {
    margin-left: 5.425rem;
  }

  .md\:hm-between-children-32 > :not(:first-child) {
    margin-left: 8rem;
  }

  .md\:hm-between-children-40 > :not(:first-child) {
    margin-left: 10rem;
  }

  .md\:hm-between-children-48 > :not(:first-child) {
    margin-left: 12.5rem;
  }

  .md\:hm-between-children-56 > :not(:first-child) {
    margin-left: 14rem;
  }

  .md\:hm-between-children-64 > :not(:first-child) {
    margin-left: 16rem;
  }

  .md\:hm-between-children-px > :not(:first-child) {
    margin-left: 1px;
  }

  .md\:m-trim > :first-child {
    margin-top: 0;
  }

  .md\:m-trim > :last-child {
    margin-bottom: 0;
  }

  .md\:hm-trim > :first-child {
    margin-left: 0;
  }

  .md\:hm-trim > :last-child {
    margin-right: 0;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1087px){
    .lg\:container{
      max-width: 1087px;
    }
  }

  @media (min-width: 1440px){
    .lg\:container{
      max-width: 1440px;
    }
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .lg\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus-within\:sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus-within\:not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\: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-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-transparent:focus-within{
    background-color: transparent !important;
  }

  .lg\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-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(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-red{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .lg\:from-gray-100{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:from-gray-200{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .lg\:from-gray-400{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .lg\:from-gray-500{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .lg\:from-gray-700{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:from-yellow-100{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .lg\:from-yellow-500{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .lg\:from-blue-200{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .lg\:from-blue-300{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .lg\:from-blue-400{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .lg\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .lg\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .lg\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .lg\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .lg\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .lg\:to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .lg\:to-black{
    --tw-gradient-to: #000 !important;
  }

  .lg\:to-white{
    --tw-gradient-to: #fff !important;
  }

  .lg\:to-red{
    --tw-gradient-to: #f33 !important;
  }

  .lg\:to-gray-100{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .lg\:to-gray-200{
    --tw-gradient-to: #DADADA !important;
  }

  .lg\:to-gray-400{
    --tw-gradient-to: #7d7d7d !important;
  }

  .lg\:to-gray-500{
    --tw-gradient-to: #706F6F !important;
  }

  .lg\:to-gray-700{
    --tw-gradient-to: #333 !important;
  }

  .lg\:to-yellow-100{
    --tw-gradient-to: #fca745 !important;
  }

  .lg\:to-yellow-500{
    --tw-gradient-to: #FB9117 !important;
  }

  .lg\:to-blue-200{
    --tw-gradient-to: #1EC2FF !important;
  }

  .lg\:to-blue-300{
    --tw-gradient-to: #1E90FF !important;
  }

  .lg\:to-blue-400{
    --tw-gradient-to: #1a7cdb !important;
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-red:hover{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .lg\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .lg\:hover\:from-gray-400:hover{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .lg\:hover\:from-gray-500:hover{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .lg\:hover\:from-gray-700:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .lg\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .lg\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .lg\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .lg\:hover\:to-red:hover{
    --tw-gradient-to: #f33 !important;
  }

  .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #DADADA !important;
  }

  .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #7d7d7d !important;
  }

  .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #706F6F !important;
  }

  .lg\:hover\:to-gray-700:hover{
    --tw-gradient-to: #333 !important;
  }

  .lg\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fca745 !important;
  }

  .lg\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #FB9117 !important;
  }

  .lg\:hover\:to-blue-200:hover{
    --tw-gradient-to: #1EC2FF !important;
  }

  .lg\:hover\:to-blue-300:hover{
    --tw-gradient-to: #1E90FF !important;
  }

  .lg\:hover\:to-blue-400:hover{
    --tw-gradient-to: #1a7cdb !important;
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-red:focus{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .lg\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .lg\:focus\:from-gray-400:focus{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .lg\:focus\:from-gray-500:focus{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .lg\:focus\:from-gray-700:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .lg\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .lg\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .lg\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .lg\:focus\:to-red:focus{
    --tw-gradient-to: #f33 !important;
  }

  .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #DADADA !important;
  }

  .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #7d7d7d !important;
  }

  .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #706F6F !important;
  }

  .lg\:focus\:to-gray-700:focus{
    --tw-gradient-to: #333 !important;
  }

  .lg\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fca745 !important;
  }

  .lg\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #FB9117 !important;
  }

  .lg\:focus\:to-blue-200:focus{
    --tw-gradient-to: #1EC2FF !important;
  }

  .lg\:focus\:to-blue-300:focus{
    --tw-gradient-to: #1E90FF !important;
  }

  .lg\:focus\:to-blue-400:focus{
    --tw-gradient-to: #1a7cdb !important;
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .lg\:bg-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-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-transparent:focus-within{
    border-color: transparent !important;
  }

  .lg\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-default:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .lg\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .lg\:rounded-none{
    border-radius: 0 !important;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:rounded-default{
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-full{
    border-radius: 9999px !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-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !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-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-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-default{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl-default{
    border-bottom-left-radius: 0.25rem !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-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\: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: 0px !important;
  }

  .lg\:border-2{
    border-width: 2px !important;
  }

  .lg\:border-4{
    border-width: 4px !important;
  }

  .lg\:border-8{
    border-width: 8px !important;
  }

  .lg\:border{
    border-width: 1px !important;
  }

  .lg\:border-t-0{
    border-top-width: 0px !important;
  }

  .lg\:border-r-0{
    border-right-width: 0px !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .lg\:border-l-0{
    border-left-width: 0px !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-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-nowrap{
    -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-default{
    -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-default{
    -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\: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: Raleway, sans-serif !important;
  }

  .lg\:font-icon{
    font-family: dh-icon !important;
  }

  .lg\:font-light{
    font-weight: 300 !important;
  }

  .lg\:font-regular{
    font-weight: 400 !important;
  }

  .lg\:font-semibold{
    font-weight: 700 !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: 3.75rem !important;
  }

  .lg\:h-20{
    height: 5rem !important;
  }

  .lg\:h-24{
    height: 5.425rem !important;
  }

  .lg\:h-32{
    height: 8rem !important;
  }

  .lg\:h-40{
    height: 10rem !important;
  }

  .lg\:h-48{
    height: 12.5rem !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-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vh !important;
  }

  .lg\:text-cero{
    font-size: 0rem !important;
  }

  .lg\:text-xs{
    font-size: 0.5rem !important;
  }

  .lg\:text-sm{
    font-size: 0.86rem !important;
  }

  .lg\:text-base{
    font-size: 1rem !important;
  }

  .lg\:text-lg{
    font-size: 1.125rem !important;
  }

  .lg\:text-xl{
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl{
    font-size: 1.52381rem !important;
  }

  .lg\:text-3xl{
    font-size: 1.75rem !important;
  }

  .lg\:text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl{
    font-size: 3rem !important;
  }

  .lg\:text-6xl{
    font-size: 3.75rem !important;
  }

  .lg\:text-7xl{
    font-size: 4.625rem !important;
  }

  .lg\:leading-leading-3{
    line-height: .75 !important;
  }

  .lg\:leading-none{
    line-height: 1 !important;
  }

  .lg\:leading-tighter{
    line-height: 1.125 !important;
  }

  .lg\:leading-leading-6{
    line-height: 1.5 !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\: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: 3.75rem !important;
  }

  .lg\:m-20{
    margin: 5rem !important;
  }

  .lg\:m-24{
    margin: 5.425rem !important;
  }

  .lg\:m-32{
    margin: 8rem !important;
  }

  .lg\:m-40{
    margin: 10rem !important;
  }

  .lg\:m-48{
    margin: 12.5rem !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-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: -3.75rem !important;
  }

  .lg\:-m-20{
    margin: -5rem !important;
  }

  .lg\:-m-24{
    margin: -5.425rem !important;
  }

  .lg\:-m-32{
    margin: -8rem !important;
  }

  .lg\:-m-40{
    margin: -10rem !important;
  }

  .lg\:-m-48{
    margin: -12.5rem !important;
  }

  .lg\:-m-56{
    margin: -14rem !important;
  }

  .lg\:-m-64{
    margin: -16rem !important;
  }

  .lg\:-m-px{
    margin: -1px !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: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .lg\:mx-16{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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: 5.425rem !important;
    margin-bottom: 5.425rem !important;
  }

  .lg\:mx-24{
    margin-left: 5.425rem !important;
    margin-right: 5.425rem !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: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .lg\:mx-48{
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !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-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: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .lg\:-mx-16{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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: -5.425rem !important;
    margin-bottom: -5.425rem !important;
  }

  .lg\:-mx-24{
    margin-left: -5.425rem !important;
    margin-right: -5.425rem !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: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .lg\:-mx-48{
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !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\: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: 3.75rem !important;
  }

  .lg\:mr-16{
    margin-right: 3.75rem !important;
  }

  .lg\:mb-16{
    margin-bottom: 3.75rem !important;
  }

  .lg\:ml-16{
    margin-left: 3.75rem !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: 5.425rem !important;
  }

  .lg\:mr-24{
    margin-right: 5.425rem !important;
  }

  .lg\:mb-24{
    margin-bottom: 5.425rem !important;
  }

  .lg\:ml-24{
    margin-left: 5.425rem !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: 12.5rem !important;
  }

  .lg\:mr-48{
    margin-right: 12.5rem !important;
  }

  .lg\:mb-48{
    margin-bottom: 12.5rem !important;
  }

  .lg\:ml-48{
    margin-left: 12.5rem !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-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: -3.75rem !important;
  }

  .lg\:-mr-16{
    margin-right: -3.75rem !important;
  }

  .lg\:-mb-16{
    margin-bottom: -3.75rem !important;
  }

  .lg\:-ml-16{
    margin-left: -3.75rem !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: -5.425rem !important;
  }

  .lg\:-mr-24{
    margin-right: -5.425rem !important;
  }

  .lg\:-mb-24{
    margin-bottom: -5.425rem !important;
  }

  .lg\:-ml-24{
    margin-left: -5.425rem !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: -12.5rem !important;
  }

  .lg\:-mr-48{
    margin-right: -12.5rem !important;
  }

  .lg\:-mb-48{
    margin-bottom: -12.5rem !important;
  }

  .lg\:-ml-48{
    margin-left: -12.5rem !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\:max-h-0{
    max-height: 0 !important;
  }

  .lg\:max-h-1{
    max-height: 0.25rem !important;
  }

  .lg\:max-h-2{
    max-height: 0.5rem !important;
  }

  .lg\:max-h-3{
    max-height: 0.75rem !important;
  }

  .lg\:max-h-4{
    max-height: 1rem !important;
  }

  .lg\:max-h-5{
    max-height: 1.25rem !important;
  }

  .lg\:max-h-6{
    max-height: 1.5rem !important;
  }

  .lg\:max-h-8{
    max-height: 2rem !important;
  }

  .lg\:max-h-10{
    max-height: 2.5rem !important;
  }

  .lg\:max-h-12{
    max-height: 3rem !important;
  }

  .lg\:max-h-16{
    max-height: 3.75rem !important;
  }

  .lg\:max-h-20{
    max-height: 5rem !important;
  }

  .lg\:max-h-24{
    max-height: 5.425rem !important;
  }

  .lg\:max-h-32{
    max-height: 8rem !important;
  }

  .lg\:max-h-40{
    max-height: 10rem !important;
  }

  .lg\:max-h-48{
    max-height: 12.5rem !important;
  }

  .lg\:max-h-56{
    max-height: 14rem !important;
  }

  .lg\:max-h-64{
    max-height: 16rem !important;
  }

  .lg\:max-h-px{
    max-height: 1px !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:max-w-0{
    max-width: 0rem !important;
  }

  .lg\:max-w-none{
    max-width: none !important;
  }

  .lg\:max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:max-w-md{
    max-width: 28rem !important;
  }

  .lg\:max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:max-w-7xl{
    max-width: 80rem !important;
  }

  .lg\:max-w-full{
    max-width: 100% !important;
  }

  .lg\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-prose{
    max-width: 65ch !important;
  }

  .lg\:max-w-screen-xs{
    max-width: 480px !important;
  }

  .lg\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .lg\:max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-xl{
    max-width: 1087px !important;
  }

  .lg\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .lg\:min-h-0{
    min-height: 0 !important;
  }

  .lg\:min-h-1{
    min-height: 0.25rem !important;
  }

  .lg\:min-h-2{
    min-height: 0.5rem !important;
  }

  .lg\:min-h-3{
    min-height: 0.75rem !important;
  }

  .lg\:min-h-4{
    min-height: 1rem !important;
  }

  .lg\:min-h-5{
    min-height: 1.25rem !important;
  }

  .lg\:min-h-6{
    min-height: 1.5rem !important;
  }

  .lg\:min-h-8{
    min-height: 2rem !important;
  }

  .lg\:min-h-10{
    min-height: 2.5rem !important;
  }

  .lg\:min-h-12{
    min-height: 3rem !important;
  }

  .lg\:min-h-16{
    min-height: 3.75rem !important;
  }

  .lg\:min-h-20{
    min-height: 5rem !important;
  }

  .lg\:min-h-24{
    min-height: 5.425rem !important;
  }

  .lg\:min-h-32{
    min-height: 8rem !important;
  }

  .lg\:min-h-40{
    min-height: 10rem !important;
  }

  .lg\:min-h-48{
    min-height: 12.5rem !important;
  }

  .lg\:min-h-56{
    min-height: 14rem !important;
  }

  .lg\:min-h-64{
    min-height: 16rem !important;
  }

  .lg\:min-h-auto{
    min-height: auto !important;
  }

  .lg\:min-h-px{
    min-height: 1px !important;
  }

  .lg\:min-h-1\/4{
    min-height: 25% !important;
  }

  .lg\:min-h-1\/2{
    min-height: 50% !important;
  }

  .lg\:min-h-3\/4{
    min-height: 75% !important;
  }

  .lg\:min-h-full{
    min-height: 100% !important;
  }

  .lg\:min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:min-w-0{
    min-width: 0px !important;
  }

  .lg\:min-w-full{
    min-width: 100% !important;
  }

  .lg\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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-5{
    opacity: 0.05 !important;
  }

  .lg\:opacity-10{
    opacity: 0.1 !important;
  }

  .lg\:opacity-20{
    opacity: 0.2 !important;
  }

  .lg\:opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:opacity-30{
    opacity: 0.3 !important;
  }

  .lg\:opacity-40{
    opacity: 0.4 !important;
  }

  .lg\:opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:opacity-60{
    opacity: 0.6 !important;
  }

  .lg\:opacity-70{
    opacity: 0.7 !important;
  }

  .lg\:opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:opacity-80{
    opacity: 0.8 !important;
  }

  .lg\:opacity-90{
    opacity: 0.9 !important;
  }

  .lg\:opacity-95{
    opacity: 0.95 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .lg\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .lg\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .lg\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .lg\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .lg\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .lg\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .lg\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .lg\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .lg\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .lg\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .lg\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .lg\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .lg\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .lg\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:overflow-auto{
    overflow: auto !important;
  }

  .lg\:overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:overflow-visible{
    overflow: visible !important;
  }

  .lg\:overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:overscroll-auto{
    -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: 3.75rem !important;
  }

  .lg\:p-20{
    padding: 5rem !important;
  }

  .lg\:p-24{
    padding: 5.425rem !important;
  }

  .lg\:p-32{
    padding: 8rem !important;
  }

  .lg\:p-40{
    padding: 10rem !important;
  }

  .lg\:p-48{
    padding: 12.5rem !important;
  }

  .lg\:p-56{
    padding: 14rem !important;
  }

  .lg\:p-64{
    padding: 16rem !important;
  }

  .lg\:p-px{
    padding: 1px !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: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .lg\:px-16{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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: 5.425rem !important;
    padding-bottom: 5.425rem !important;
  }

  .lg\:px-24{
    padding-left: 5.425rem !important;
    padding-right: 5.425rem !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: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .lg\:px-48{
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !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\: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: 3.75rem !important;
  }

  .lg\:pr-16{
    padding-right: 3.75rem !important;
  }

  .lg\:pb-16{
    padding-bottom: 3.75rem !important;
  }

  .lg\:pl-16{
    padding-left: 3.75rem !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: 5.425rem !important;
  }

  .lg\:pr-24{
    padding-right: 5.425rem !important;
  }

  .lg\:pb-24{
    padding-bottom: 5.425rem !important;
  }

  .lg\:pl-24{
    padding-left: 5.425rem !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: 12.5rem !important;
  }

  .lg\:pr-48{
    padding-right: 12.5rem !important;
  }

  .lg\:pb-48{
    padding-bottom: 12.5rem !important;
  }

  .lg\:pl-48{
    padding-left: 12.5rem !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\: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-black::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-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-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: -webkit-sticky !important;
    position: sticky !important;
  }

  .lg\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-16{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .lg\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-24{
    top: 5.425rem !important;
    right: 5.425rem !important;
    bottom: 5.425rem !important;
    left: 5.425rem !important;
  }

  .lg\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg\:inset-48{
    top: 12.5rem !important;
    right: 12.5rem !important;
    bottom: 12.5rem !important;
    left: 12.5rem !important;
  }

  .lg\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lg\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg\:-inset-16{
    top: -3.75rem !important;
    right: -3.75rem !important;
    bottom: -3.75rem !important;
    left: -3.75rem !important;
  }

  .lg\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lg\:-inset-24{
    top: -5.425rem !important;
    right: -5.425rem !important;
    bottom: -5.425rem !important;
    left: -5.425rem !important;
  }

  .lg\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lg\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lg\:-inset-48{
    top: -12.5rem !important;
    right: -12.5rem !important;
    bottom: -12.5rem !important;
    left: -12.5rem !important;
  }

  .lg\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lg\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lg\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg\:inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg\:inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg\:inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg\:inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg\:inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-y-16{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .lg\:inset-x-16{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .lg\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-y-24{
    top: 5.425rem !important;
    bottom: 5.425rem !important;
  }

  .lg\:inset-x-24{
    right: 5.425rem !important;
    left: 5.425rem !important;
  }

  .lg\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .lg\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .lg\:inset-y-48{
    top: 12.5rem !important;
    bottom: 12.5rem !important;
  }

  .lg\:inset-x-48{
    right: 12.5rem !important;
    left: 12.5rem !important;
  }

  .lg\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg\:inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .lg\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg\:inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .lg\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lg\:-inset-x-1{
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lg\:-inset-x-2{
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lg\:-inset-x-3{
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lg\:-inset-x-4{
    right: -1rem !important;
    left: -1rem !important;
  }

  .lg\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg\:-inset-x-5{
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lg\:-inset-x-6{
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg\:-inset-x-8{
    right: -2rem !important;
    left: -2rem !important;
  }

  .lg\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg\:-inset-x-10{
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg\:-inset-x-12{
    right: -3rem !important;
    left: -3rem !important;
  }

  .lg\:-inset-y-16{
    top: -3.75rem !important;
    bottom: -3.75rem !important;
  }

  .lg\:-inset-x-16{
    right: -3.75rem !important;
    left: -3.75rem !important;
  }

  .lg\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lg\:-inset-x-20{
    right: -5rem !important;
    left: -5rem !important;
  }

  .lg\:-inset-y-24{
    top: -5.425rem !important;
    bottom: -5.425rem !important;
  }

  .lg\:-inset-x-24{
    right: -5.425rem !important;
    left: -5.425rem !important;
  }

  .lg\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lg\:-inset-x-32{
    right: -8rem !important;
    left: -8rem !important;
  }

  .lg\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lg\:-inset-x-40{
    right: -10rem !important;
    left: -10rem !important;
  }

  .lg\:-inset-y-48{
    top: -12.5rem !important;
    bottom: -12.5rem !important;
  }

  .lg\:-inset-x-48{
    right: -12.5rem !important;
    left: -12.5rem !important;
  }

  .lg\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lg\:-inset-x-56{
    right: -14rem !important;
    left: -14rem !important;
  }

  .lg\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lg\:-inset-x-64{
    right: -16rem !important;
    left: -16rem !important;
  }

  .lg\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:-inset-x-px{
    right: -1px !important;
    left: -1px !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-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:inset-x-full{
    right: 100% !important;
    left: 100% !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-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:-inset-x-1\/3{
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:-inset-x-2\/3{
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:-inset-x-1\/4{
    right: -25% !important;
    left: -25% !important;
  }

  .lg\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-x-2\/4{
    right: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:-inset-x-3\/4{
    right: -75% !important;
    left: -75% !important;
  }

  .lg\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:-inset-x-full{
    right: -100% !important;
    left: -100% !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-1{
    top: 0.25rem !important;
  }

  .lg\:right-1{
    right: 0.25rem !important;
  }

  .lg\:bottom-1{
    bottom: 0.25rem !important;
  }

  .lg\:left-1{
    left: 0.25rem !important;
  }

  .lg\:top-2{
    top: 0.5rem !important;
  }

  .lg\:right-2{
    right: 0.5rem !important;
  }

  .lg\:bottom-2{
    bottom: 0.5rem !important;
  }

  .lg\:left-2{
    left: 0.5rem !important;
  }

  .lg\:top-3{
    top: 0.75rem !important;
  }

  .lg\:right-3{
    right: 0.75rem !important;
  }

  .lg\:bottom-3{
    bottom: 0.75rem !important;
  }

  .lg\:left-3{
    left: 0.75rem !important;
  }

  .lg\:top-4{
    top: 1rem !important;
  }

  .lg\:right-4{
    right: 1rem !important;
  }

  .lg\:bottom-4{
    bottom: 1rem !important;
  }

  .lg\:left-4{
    left: 1rem !important;
  }

  .lg\:top-5{
    top: 1.25rem !important;
  }

  .lg\:right-5{
    right: 1.25rem !important;
  }

  .lg\:bottom-5{
    bottom: 1.25rem !important;
  }

  .lg\:left-5{
    left: 1.25rem !important;
  }

  .lg\:top-6{
    top: 1.5rem !important;
  }

  .lg\:right-6{
    right: 1.5rem !important;
  }

  .lg\:bottom-6{
    bottom: 1.5rem !important;
  }

  .lg\:left-6{
    left: 1.5rem !important;
  }

  .lg\:top-8{
    top: 2rem !important;
  }

  .lg\:right-8{
    right: 2rem !important;
  }

  .lg\:bottom-8{
    bottom: 2rem !important;
  }

  .lg\:left-8{
    left: 2rem !important;
  }

  .lg\:top-10{
    top: 2.5rem !important;
  }

  .lg\:right-10{
    right: 2.5rem !important;
  }

  .lg\:bottom-10{
    bottom: 2.5rem !important;
  }

  .lg\:left-10{
    left: 2.5rem !important;
  }

  .lg\:top-12{
    top: 3rem !important;
  }

  .lg\:right-12{
    right: 3rem !important;
  }

  .lg\:bottom-12{
    bottom: 3rem !important;
  }

  .lg\:left-12{
    left: 3rem !important;
  }

  .lg\:top-16{
    top: 3.75rem !important;
  }

  .lg\:right-16{
    right: 3.75rem !important;
  }

  .lg\:bottom-16{
    bottom: 3.75rem !important;
  }

  .lg\:left-16{
    left: 3.75rem !important;
  }

  .lg\:top-20{
    top: 5rem !important;
  }

  .lg\:right-20{
    right: 5rem !important;
  }

  .lg\:bottom-20{
    bottom: 5rem !important;
  }

  .lg\:left-20{
    left: 5rem !important;
  }

  .lg\:top-24{
    top: 5.425rem !important;
  }

  .lg\:right-24{
    right: 5.425rem !important;
  }

  .lg\:bottom-24{
    bottom: 5.425rem !important;
  }

  .lg\:left-24{
    left: 5.425rem !important;
  }

  .lg\:top-32{
    top: 8rem !important;
  }

  .lg\:right-32{
    right: 8rem !important;
  }

  .lg\:bottom-32{
    bottom: 8rem !important;
  }

  .lg\:left-32{
    left: 8rem !important;
  }

  .lg\:top-40{
    top: 10rem !important;
  }

  .lg\:right-40{
    right: 10rem !important;
  }

  .lg\:bottom-40{
    bottom: 10rem !important;
  }

  .lg\:left-40{
    left: 10rem !important;
  }

  .lg\:top-48{
    top: 12.5rem !important;
  }

  .lg\:right-48{
    right: 12.5rem !important;
  }

  .lg\:bottom-48{
    bottom: 12.5rem !important;
  }

  .lg\:left-48{
    left: 12.5rem !important;
  }

  .lg\:top-56{
    top: 14rem !important;
  }

  .lg\:right-56{
    right: 14rem !important;
  }

  .lg\:bottom-56{
    bottom: 14rem !important;
  }

  .lg\:left-56{
    left: 14rem !important;
  }

  .lg\:top-64{
    top: 16rem !important;
  }

  .lg\:right-64{
    right: 16rem !important;
  }

  .lg\:bottom-64{
    bottom: 16rem !important;
  }

  .lg\:left-64{
    left: 16rem !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-px{
    top: 1px !important;
  }

  .lg\:right-px{
    right: 1px !important;
  }

  .lg\:bottom-px{
    bottom: 1px !important;
  }

  .lg\:left-px{
    left: 1px !important;
  }

  .lg\:-top-1{
    top: -0.25rem !important;
  }

  .lg\:-right-1{
    right: -0.25rem !important;
  }

  .lg\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .lg\:-left-1{
    left: -0.25rem !important;
  }

  .lg\:-top-2{
    top: -0.5rem !important;
  }

  .lg\:-right-2{
    right: -0.5rem !important;
  }

  .lg\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .lg\:-left-2{
    left: -0.5rem !important;
  }

  .lg\:-top-3{
    top: -0.75rem !important;
  }

  .lg\:-right-3{
    right: -0.75rem !important;
  }

  .lg\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .lg\:-left-3{
    left: -0.75rem !important;
  }

  .lg\:-top-4{
    top: -1rem !important;
  }

  .lg\:-right-4{
    right: -1rem !important;
  }

  .lg\:-bottom-4{
    bottom: -1rem !important;
  }

  .lg\:-left-4{
    left: -1rem !important;
  }

  .lg\:-top-5{
    top: -1.25rem !important;
  }

  .lg\:-right-5{
    right: -1.25rem !important;
  }

  .lg\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .lg\:-left-5{
    left: -1.25rem !important;
  }

  .lg\:-top-6{
    top: -1.5rem !important;
  }

  .lg\:-right-6{
    right: -1.5rem !important;
  }

  .lg\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .lg\:-left-6{
    left: -1.5rem !important;
  }

  .lg\:-top-8{
    top: -2rem !important;
  }

  .lg\:-right-8{
    right: -2rem !important;
  }

  .lg\:-bottom-8{
    bottom: -2rem !important;
  }

  .lg\:-left-8{
    left: -2rem !important;
  }

  .lg\:-top-10{
    top: -2.5rem !important;
  }

  .lg\:-right-10{
    right: -2.5rem !important;
  }

  .lg\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .lg\:-left-10{
    left: -2.5rem !important;
  }

  .lg\:-top-12{
    top: -3rem !important;
  }

  .lg\:-right-12{
    right: -3rem !important;
  }

  .lg\:-bottom-12{
    bottom: -3rem !important;
  }

  .lg\:-left-12{
    left: -3rem !important;
  }

  .lg\:-top-16{
    top: -3.75rem !important;
  }

  .lg\:-right-16{
    right: -3.75rem !important;
  }

  .lg\:-bottom-16{
    bottom: -3.75rem !important;
  }

  .lg\:-left-16{
    left: -3.75rem !important;
  }

  .lg\:-top-20{
    top: -5rem !important;
  }

  .lg\:-right-20{
    right: -5rem !important;
  }

  .lg\:-bottom-20{
    bottom: -5rem !important;
  }

  .lg\:-left-20{
    left: -5rem !important;
  }

  .lg\:-top-24{
    top: -5.425rem !important;
  }

  .lg\:-right-24{
    right: -5.425rem !important;
  }

  .lg\:-bottom-24{
    bottom: -5.425rem !important;
  }

  .lg\:-left-24{
    left: -5.425rem !important;
  }

  .lg\:-top-32{
    top: -8rem !important;
  }

  .lg\:-right-32{
    right: -8rem !important;
  }

  .lg\:-bottom-32{
    bottom: -8rem !important;
  }

  .lg\:-left-32{
    left: -8rem !important;
  }

  .lg\:-top-40{
    top: -10rem !important;
  }

  .lg\:-right-40{
    right: -10rem !important;
  }

  .lg\:-bottom-40{
    bottom: -10rem !important;
  }

  .lg\:-left-40{
    left: -10rem !important;
  }

  .lg\:-top-48{
    top: -12.5rem !important;
  }

  .lg\:-right-48{
    right: -12.5rem !important;
  }

  .lg\:-bottom-48{
    bottom: -12.5rem !important;
  }

  .lg\:-left-48{
    left: -12.5rem !important;
  }

  .lg\:-top-56{
    top: -14rem !important;
  }

  .lg\:-right-56{
    right: -14rem !important;
  }

  .lg\:-bottom-56{
    bottom: -14rem !important;
  }

  .lg\:-left-56{
    left: -14rem !important;
  }

  .lg\:-top-64{
    top: -16rem !important;
  }

  .lg\:-right-64{
    right: -16rem !important;
  }

  .lg\:-bottom-64{
    bottom: -16rem !important;
  }

  .lg\:-left-64{
    left: -16rem !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-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-1\/3{
    top: 33.333333% !important;
  }

  .lg\:right-1\/3{
    right: 33.333333% !important;
  }

  .lg\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .lg\:left-1\/3{
    left: 33.333333% !important;
  }

  .lg\:top-2\/3{
    top: 66.666667% !important;
  }

  .lg\:right-2\/3{
    right: 66.666667% !important;
  }

  .lg\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .lg\:left-2\/3{
    left: 66.666667% !important;
  }

  .lg\:top-1\/4{
    top: 25% !important;
  }

  .lg\:right-1\/4{
    right: 25% !important;
  }

  .lg\:bottom-1\/4{
    bottom: 25% !important;
  }

  .lg\:left-1\/4{
    left: 25% !important;
  }

  .lg\:top-2\/4{
    top: 50% !important;
  }

  .lg\:right-2\/4{
    right: 50% !important;
  }

  .lg\:bottom-2\/4{
    bottom: 50% !important;
  }

  .lg\:left-2\/4{
    left: 50% !important;
  }

  .lg\:top-3\/4{
    top: 75% !important;
  }

  .lg\:right-3\/4{
    right: 75% !important;
  }

  .lg\:bottom-3\/4{
    bottom: 75% !important;
  }

  .lg\:left-3\/4{
    left: 75% !important;
  }

  .lg\:top-full{
    top: 100% !important;
  }

  .lg\:right-full{
    right: 100% !important;
  }

  .lg\:bottom-full{
    bottom: 100% !important;
  }

  .lg\:left-full{
    left: 100% !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-1\/3{
    top: -33.333333% !important;
  }

  .lg\:-right-1\/3{
    right: -33.333333% !important;
  }

  .lg\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .lg\:-left-1\/3{
    left: -33.333333% !important;
  }

  .lg\:-top-2\/3{
    top: -66.666667% !important;
  }

  .lg\:-right-2\/3{
    right: -66.666667% !important;
  }

  .lg\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .lg\:-left-2\/3{
    left: -66.666667% !important;
  }

  .lg\:-top-1\/4{
    top: -25% !important;
  }

  .lg\:-right-1\/4{
    right: -25% !important;
  }

  .lg\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .lg\:-left-1\/4{
    left: -25% !important;
  }

  .lg\:-top-2\/4{
    top: -50% !important;
  }

  .lg\:-right-2\/4{
    right: -50% !important;
  }

  .lg\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .lg\:-left-2\/4{
    left: -50% !important;
  }

  .lg\:-top-3\/4{
    top: -75% !important;
  }

  .lg\:-right-3\/4{
    right: -75% !important;
  }

  .lg\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .lg\:-left-3\/4{
    left: -75% !important;
  }

  .lg\:-top-full{
    top: -100% !important;
  }

  .lg\:-right-full{
    right: -100% !important;
  }

  .lg\:-bottom-full{
    bottom: -100% !important;
  }

  .lg\:-left-full{
    left: -100% !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-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:ring-offset-red{
    --tw-ring-offset-color: #f33 !important;
  }

  .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #DADADA !important;
  }

  .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #706F6F !important;
  }

  .lg\:ring-offset-gray-700{
    --tw-ring-offset-color: #333 !important;
  }

  .lg\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fca745 !important;
  }

  .lg\:ring-offset-yellow-500{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .lg\:ring-offset-blue-200{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .lg\:ring-offset-blue-300{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .lg\:ring-offset-blue-400{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #f33 !important;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #DADADA !important;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #706F6F !important;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fca745 !important;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #f33 !important;
  }

  .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #DADADA !important;
  }

  .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #706F6F !important;
  }

  .lg\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .lg\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fca745 !important;
  }

  .lg\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .lg\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .lg\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .lg\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .lg\:fill-current{
    fill: currentColor !important;
  }

  .lg\:stroke-current{
    stroke: currentColor !important;
  }

  .lg\:stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:stroke-2{
    stroke-width: 2 !important;
  }

  .lg\: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-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-transparent:visited{
    color: transparent !important;
  }

  .lg\:visited\:text-black:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-white:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-red:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-gray-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-gray-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-gray-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-gray-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-gray-700:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-yellow-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-yellow-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-blue-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-blue-300:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:visited\:text-blue-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .lg\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .lg\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:overflow-ellipsis{
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
  }

  .lg\:overflow-clip{
    -o-text-overflow: clip !important;
       text-overflow: clip !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;
  }

  .group:hover .lg\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .lg\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .lg\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\: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-nowrap{
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre{
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words{
    overflow-wrap: break-word !important;
  }

  .lg\:break-all{
    word-break: break-all !important;
  }

  .lg\: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: 3.75rem !important;
  }

  .lg\:w-20{
    width: 5rem !important;
  }

  .lg\:w-24{
    width: 5.425rem !important;
  }

  .lg\:w-32{
    width: 8rem !important;
  }

  .lg\:w-40{
    width: 10rem !important;
  }

  .lg\:w-48{
    width: 12.5rem !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-1\/2{
    width: 50% !important;
  }

  .lg\:w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:w-1\/4{
    width: 25% !important;
  }

  .lg\:w-2\/4{
    width: 50% !important;
  }

  .lg\:w-3\/4{
    width: 75% !important;
  }

  .lg\:w-1\/5{
    width: 20% !important;
  }

  .lg\:w-2\/5{
    width: 40% !important;
  }

  .lg\:w-3\/5{
    width: 60% !important;
  }

  .lg\:w-4\/5{
    width: 80% !important;
  }

  .lg\:w-1\/6{
    width: 16.666667% !important;
  }

  .lg\:w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:w-3\/6{
    width: 50% !important;
  }

  .lg\:w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:w-1\/12{
    width: 8.333333% !important;
  }

  .lg\:w-2\/12{
    width: 16.666667% !important;
  }

  .lg\:w-3\/12{
    width: 25% !important;
  }

  .lg\:w-4\/12{
    width: 33.333333% !important;
  }

  .lg\:w-5\/12{
    width: 41.666667% !important;
  }

  .lg\:w-6\/12{
    width: 50% !important;
  }

  .lg\:w-7\/12{
    width: 58.333333% !important;
  }

  .lg\:w-8\/12{
    width: 66.666667% !important;
  }

  .lg\:w-9\/12{
    width: 75% !important;
  }

  .lg\:w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:w-11\/12{
    width: 91.666667% !important;
  }

  .lg\:w-full{
    width: 100% !important;
  }

  .lg\:w-screen{
    width: 100vw !important;
  }

  .lg\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:z-0{
    z-index: 0 !important;
  }

  .lg\:z-10{
    z-index: 10 !important;
  }

  .lg\:z-20{
    z-index: 20 !important;
  }

  .lg\:z-30{
    z-index: 30 !important;
  }

  .lg\:z-40{
    z-index: 40 !important;
  }

  .lg\:z-50{
    z-index: 50 !important;
  }

  .lg\:z-auto{
    z-index: auto !important;
  }

  .lg\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .lg\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .lg\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .lg\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .lg\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .lg\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .lg\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .lg\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .lg\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .lg\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .lg\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .lg\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .lg\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .lg\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .lg\:gap-0{
    gap: 0 !important;
  }

  .lg\:gap-1{
    gap: 0.25rem !important;
  }

  .lg\:gap-2{
    gap: 0.5rem !important;
  }

  .lg\:gap-3{
    gap: 0.75rem !important;
  }

  .lg\:gap-4{
    gap: 1rem !important;
  }

  .lg\:gap-5{
    gap: 1.25rem !important;
  }

  .lg\:gap-6{
    gap: 1.5rem !important;
  }

  .lg\:gap-8{
    gap: 2rem !important;
  }

  .lg\:gap-10{
    gap: 2.5rem !important;
  }

  .lg\:gap-12{
    gap: 3rem !important;
  }

  .lg\:gap-16{
    gap: 3.75rem !important;
  }

  .lg\:gap-20{
    gap: 5rem !important;
  }

  .lg\:gap-24{
    gap: 5.425rem !important;
  }

  .lg\:gap-32{
    gap: 8rem !important;
  }

  .lg\:gap-40{
    gap: 10rem !important;
  }

  .lg\:gap-48{
    gap: 12.5rem !important;
  }

  .lg\:gap-56{
    gap: 14rem !important;
  }

  .lg\:gap-64{
    gap: 16rem !important;
  }

  .lg\:gap-px{
    gap: 1px !important;
  }

  .lg\:gap-x-0{
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .lg\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lg\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lg\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lg\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .lg\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .lg\:gap-x-16{
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .lg\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .lg\:gap-x-24{
    -webkit-column-gap: 5.425rem !important;
       -moz-column-gap: 5.425rem !important;
            column-gap: 5.425rem !important;
  }

  .lg\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .lg\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .lg\:gap-x-48{
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }

  .lg\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .lg\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .lg\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .lg\:gap-y-0{
    row-gap: 0 !important;
  }

  .lg\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4{
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-8{
    row-gap: 2rem !important;
  }

  .lg\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-12{
    row-gap: 3rem !important;
  }

  .lg\:gap-y-16{
    row-gap: 3.75rem !important;
  }

  .lg\:gap-y-20{
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24{
    row-gap: 5.425rem !important;
  }

  .lg\:gap-y-32{
    row-gap: 8rem !important;
  }

  .lg\:gap-y-40{
    row-gap: 10rem !important;
  }

  .lg\:gap-y-48{
    row-gap: 12.5rem !important;
  }

  .lg\:gap-y-56{
    row-gap: 14rem !important;
  }

  .lg\:gap-y-64{
    row-gap: 16rem !important;
  }

  .lg\:gap-y-px{
    row-gap: 1px !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\: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\: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{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-none{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .lg\:origin-center{
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important;
  }

  .lg\:origin-top{
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important;
  }

  .lg\:origin-top-right{
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .lg\:origin-right{
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important;
  }

  .lg\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .lg\:origin-bottom{
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .lg\:origin-left{
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important;
  }

  .lg\:origin-top-left{
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .lg\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .lg\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .lg\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .lg\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .lg\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .lg\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .lg\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .lg\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .lg\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .lg\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .lg\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .lg\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .lg\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .lg\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .lg\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .lg\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .lg\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .lg\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .lg\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .lg\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .lg\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .lg\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .lg\:translate-x-16{
    --tw-translate-x: 3.75rem !important;
  }

  .lg\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .lg\:translate-x-24{
    --tw-translate-x: 5.425rem !important;
  }

  .lg\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .lg\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .lg\:translate-x-48{
    --tw-translate-x: 12.5rem !important;
  }

  .lg\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .lg\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .lg\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .lg\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .lg\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .lg\:-translate-x-16{
    --tw-translate-x: -3.75rem !important;
  }

  .lg\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24{
    --tw-translate-x: -5.425rem !important;
  }

  .lg\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .lg\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .lg\:-translate-x-48{
    --tw-translate-x: -12.5rem !important;
  }

  .lg\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .lg\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .lg\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .lg\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .lg\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .lg\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .lg\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .lg\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .lg\:translate-y-16{
    --tw-translate-y: 3.75rem !important;
  }

  .lg\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .lg\:translate-y-24{
    --tw-translate-y: 5.425rem !important;
  }

  .lg\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .lg\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .lg\:translate-y-48{
    --tw-translate-y: 12.5rem !important;
  }

  .lg\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .lg\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .lg\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .lg\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .lg\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .lg\:-translate-y-16{
    --tw-translate-y: -3.75rem !important;
  }

  .lg\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24{
    --tw-translate-y: -5.425rem !important;
  }

  .lg\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .lg\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .lg\:-translate-y-48{
    --tw-translate-y: -12.5rem !important;
  }

  .lg\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .lg\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .lg\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .lg\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .lg\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .lg\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-16:hover{
    --tw-translate-x: 3.75rem !important;
  }

  .lg\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover{
    --tw-translate-x: 5.425rem !important;
  }

  .lg\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-48:hover{
    --tw-translate-x: 12.5rem !important;
  }

  .lg\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-16:hover{
    --tw-translate-x: -3.75rem !important;
  }

  .lg\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover{
    --tw-translate-x: -5.425rem !important;
  }

  .lg\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12.5rem !important;
  }

  .lg\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .lg\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-16:hover{
    --tw-translate-y: 3.75rem !important;
  }

  .lg\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover{
    --tw-translate-y: 5.425rem !important;
  }

  .lg\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-48:hover{
    --tw-translate-y: 12.5rem !important;
  }

  .lg\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-16:hover{
    --tw-translate-y: -3.75rem !important;
  }

  .lg\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover{
    --tw-translate-y: -5.425rem !important;
  }

  .lg\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12.5rem !important;
  }

  .lg\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .lg\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-16:focus{
    --tw-translate-x: 3.75rem !important;
  }

  .lg\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus{
    --tw-translate-x: 5.425rem !important;
  }

  .lg\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-48:focus{
    --tw-translate-x: 12.5rem !important;
  }

  .lg\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-16:focus{
    --tw-translate-x: -3.75rem !important;
  }

  .lg\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus{
    --tw-translate-x: -5.425rem !important;
  }

  .lg\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12.5rem !important;
  }

  .lg\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .lg\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-16:focus{
    --tw-translate-y: 3.75rem !important;
  }

  .lg\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus{
    --tw-translate-y: 5.425rem !important;
  }

  .lg\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-48:focus{
    --tw-translate-y: 12.5rem !important;
  }

  .lg\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-16:focus{
    --tw-translate-y: -3.75rem !important;
  }

  .lg\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus{
    --tw-translate-y: -5.425rem !important;
  }

  .lg\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12.5rem !important;
  }

  .lg\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .lg\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .lg\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .lg\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .lg\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .lg\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .lg\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .lg\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .lg\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .lg\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .lg\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .lg\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .lg\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .lg\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !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;
    -o-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 !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-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;
         -o-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;
         -o-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;
         -o-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;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lg\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-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;
  }

  .lg\:translate-x-half{
    -webkit-transform: translateX(50%) !important;
        -ms-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
  }

  .lg\:col-count-1{
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }

  .lg\:col-count-2{
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }

  .lg\:col-count-3{
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }

  .lg\:col-gap-sm{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .lg\:col-gap-md{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .lg\:col-gap-lg{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .lg\:col-w-sm{
    -webkit-column-width: 120px !important;
       -moz-column-width: 120px !important;
            column-width: 120px !important;
  }

  .lg\:col-w-md{
    -webkit-column-width: 240px !important;
       -moz-column-width: 240px !important;
            column-width: 240px !important;
  }

  .lg\:col-w-lg{
    -webkit-column-width: 360px !important;
       -moz-column-width: 360px !important;
            column-width: 360px !important;
  }

  .lg\:col-rule-transparent{
    -webkit-column-rule-color: transparent !important;
       -moz-column-rule-color: transparent !important;
            column-rule-color: transparent !important;
  }

  .lg\:col-rule-black{
    -webkit-column-rule-color: #000 !important;
       -moz-column-rule-color: #000 !important;
            column-rule-color: #000 !important;
  }

  .lg\:col-rule-white{
    -webkit-column-rule-color: #fff !important;
       -moz-column-rule-color: #fff !important;
            column-rule-color: #fff !important;
  }

  .lg\:col-rule-red{
    -webkit-column-rule-color: #f33 !important;
       -moz-column-rule-color: #f33 !important;
            column-rule-color: #f33 !important;
  }

  .lg\:col-rule-gray-100{
    -webkit-column-rule-color: #f3f3f3 !important;
       -moz-column-rule-color: #f3f3f3 !important;
            column-rule-color: #f3f3f3 !important;
  }

  .lg\:col-rule-gray-200{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .lg\:col-rule-gray-400{
    -webkit-column-rule-color: #7d7d7d !important;
       -moz-column-rule-color: #7d7d7d !important;
            column-rule-color: #7d7d7d !important;
  }

  .lg\:col-rule-gray-500{
    -webkit-column-rule-color: #706F6F !important;
       -moz-column-rule-color: #706F6F !important;
            column-rule-color: #706F6F !important;
  }

  .lg\:col-rule-gray-700{
    -webkit-column-rule-color: #333 !important;
       -moz-column-rule-color: #333 !important;
            column-rule-color: #333 !important;
  }

  .lg\:col-rule-yellow-100{
    -webkit-column-rule-color: #fca745 !important;
       -moz-column-rule-color: #fca745 !important;
            column-rule-color: #fca745 !important;
  }

  .lg\:col-rule-yellow-500{
    -webkit-column-rule-color: #FB9117 !important;
       -moz-column-rule-color: #FB9117 !important;
            column-rule-color: #FB9117 !important;
  }

  .lg\:col-rule-blue-200{
    -webkit-column-rule-color: #1EC2FF !important;
       -moz-column-rule-color: #1EC2FF !important;
            column-rule-color: #1EC2FF !important;
  }

  .lg\:col-rule-blue-300{
    -webkit-column-rule-color: #1E90FF !important;
       -moz-column-rule-color: #1E90FF !important;
            column-rule-color: #1E90FF !important;
  }

  .lg\:col-rule-blue-400{
    -webkit-column-rule-color: #1a7cdb !important;
       -moz-column-rule-color: #1a7cdb !important;
            column-rule-color: #1a7cdb !important;
  }

  .lg\:col-rule{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .lg\:col-rule-0{
    -webkit-column-rule-width: 0px !important;
       -moz-column-rule-width: 0px !important;
            column-rule-width: 0px !important;
  }

  .lg\:col-rule-2{
    -webkit-column-rule-width: 2px !important;
       -moz-column-rule-width: 2px !important;
            column-rule-width: 2px !important;
  }

  .lg\:col-rule-4{
    -webkit-column-rule-width: 4px !important;
       -moz-column-rule-width: 4px !important;
            column-rule-width: 4px !important;
  }

  .lg\:col-rule-8{
    -webkit-column-rule-width: 8px !important;
       -moz-column-rule-width: 8px !important;
            column-rule-width: 8px !important;
  }

  .lg\:col-rule-DEFAULT{
    -webkit-column-rule-width: 1px !important;
       -moz-column-rule-width: 1px !important;
            column-rule-width: 1px !important;
  }

  .lg\:col-rule-none{
    -webkit-column-rule-style: none !important;
       -moz-column-rule-style: none !important;
            column-rule-style: none !important;
  }

  .lg\:col-rule-hidden{
    -webkit-column-rule-style: hidden !important;
       -moz-column-rule-style: hidden !important;
            column-rule-style: hidden !important;
  }

  .lg\:col-rule-dotted{
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }

  .lg\:col-rule-dashed{
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }

  .lg\:col-rule-solid{
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }

  .lg\:col-rule-double{
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }

  .lg\:col-rule-groove{
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }

  .lg\:col-rule-ridge{
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }

  .lg\:col-rule-inset{
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }

  .lg\:col-rule-outset{
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }

  .lg\:col-fill-auto{
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
  }

  .lg\:col-fill-balance{
    -webkit-column-fill: balance !important;
       -moz-column-fill: balance !important;
            column-fill: balance !important;
  }

  .lg\:col-fill-balance-all{
    -webkit-column-fill: balance-all !important;
       -moz-column-fill: balance-all !important;
            column-fill: balance-all !important;
  }

  .lg\:col-span-none{
    -webkit-column-span: none !important;
       -moz-column-span: none !important;
            column-span: none !important;
  }

  .lg\:col-span-all{
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
  }

  .lg\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .lg\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .lg\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .lg\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .lg\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }

  .lg\:m-between-children > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .lg\:m-between-children-0 > :not(:first-child) {
    margin-top: 0;
  }

  .lg\:m-between-children-1 > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .lg\:m-between-children-2 > :not(:first-child) {
    margin-top: 0.5rem;
  }

  .lg\:m-between-children-3 > :not(:first-child) {
    margin-top: 0.75rem;
  }

  .lg\:m-between-children-4 > :not(:first-child) {
    margin-top: 1rem;
  }

  .lg\:m-between-children-5 > :not(:first-child) {
    margin-top: 1.25rem;
  }

  .lg\:m-between-children-6 > :not(:first-child) {
    margin-top: 1.5rem;
  }

  .lg\:m-between-children-8 > :not(:first-child) {
    margin-top: 2rem;
  }

  .lg\:m-between-children-10 > :not(:first-child) {
    margin-top: 2.5rem;
  }

  .lg\:m-between-children-12 > :not(:first-child) {
    margin-top: 3rem;
  }

  .lg\:m-between-children-16 > :not(:first-child) {
    margin-top: 3.75rem;
  }

  .lg\:m-between-children-20 > :not(:first-child) {
    margin-top: 5rem;
  }

  .lg\:m-between-children-24 > :not(:first-child) {
    margin-top: 5.425rem;
  }

  .lg\:m-between-children-32 > :not(:first-child) {
    margin-top: 8rem;
  }

  .lg\:m-between-children-40 > :not(:first-child) {
    margin-top: 10rem;
  }

  .lg\:m-between-children-48 > :not(:first-child) {
    margin-top: 12.5rem;
  }

  .lg\:m-between-children-56 > :not(:first-child) {
    margin-top: 14rem;
  }

  .lg\:m-between-children-64 > :not(:first-child) {
    margin-top: 16rem;
  }

  .lg\:m-between-children-px > :not(:first-child) {
    margin-top: 1px;
  }

  .lg\:hm-between-children > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .lg\:hm-between-children-0 > :not(:first-child) {
    margin-left: 0;
  }

  .lg\:hm-between-children-1 > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .lg\:hm-between-children-2 > :not(:first-child) {
    margin-left: 0.5rem;
  }

  .lg\:hm-between-children-3 > :not(:first-child) {
    margin-left: 0.75rem;
  }

  .lg\:hm-between-children-4 > :not(:first-child) {
    margin-left: 1rem;
  }

  .lg\:hm-between-children-5 > :not(:first-child) {
    margin-left: 1.25rem;
  }

  .lg\:hm-between-children-6 > :not(:first-child) {
    margin-left: 1.5rem;
  }

  .lg\:hm-between-children-8 > :not(:first-child) {
    margin-left: 2rem;
  }

  .lg\:hm-between-children-10 > :not(:first-child) {
    margin-left: 2.5rem;
  }

  .lg\:hm-between-children-12 > :not(:first-child) {
    margin-left: 3rem;
  }

  .lg\:hm-between-children-16 > :not(:first-child) {
    margin-left: 3.75rem;
  }

  .lg\:hm-between-children-20 > :not(:first-child) {
    margin-left: 5rem;
  }

  .lg\:hm-between-children-24 > :not(:first-child) {
    margin-left: 5.425rem;
  }

  .lg\:hm-between-children-32 > :not(:first-child) {
    margin-left: 8rem;
  }

  .lg\:hm-between-children-40 > :not(:first-child) {
    margin-left: 10rem;
  }

  .lg\:hm-between-children-48 > :not(:first-child) {
    margin-left: 12.5rem;
  }

  .lg\:hm-between-children-56 > :not(:first-child) {
    margin-left: 14rem;
  }

  .lg\:hm-between-children-64 > :not(:first-child) {
    margin-left: 16rem;
  }

  .lg\:hm-between-children-px > :not(:first-child) {
    margin-left: 1px;
  }

  .lg\:m-trim > :first-child {
    margin-top: 0;
  }

  .lg\:m-trim > :last-child {
    margin-bottom: 0;
  }

  .lg\:hm-trim > :first-child {
    margin-left: 0;
  }

  .lg\:hm-trim > :last-child {
    margin-right: 0;
  }
}

@media (min-width: 1087px){
  .xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 480px){
    .xl\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 640px){
    .xl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1087px){
    .xl\:container{
      max-width: 1087px;
    }
  }

  @media (min-width: 1440px){
    .xl\:container{
      max-width: 1440px;
    }
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
  }

  .xl\:sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus-within\:sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus-within\:not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\: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-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent !important;
  }

  .xl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-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(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-red{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xl\:from-gray-100{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:from-gray-200{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xl\:from-gray-400{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xl\:from-gray-500{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xl\:from-gray-700{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:from-yellow-100{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xl\:from-yellow-500{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xl\:from-blue-200{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xl\:from-blue-300{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xl\:from-blue-400{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xl\:to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .xl\:to-black{
    --tw-gradient-to: #000 !important;
  }

  .xl\:to-white{
    --tw-gradient-to: #fff !important;
  }

  .xl\:to-red{
    --tw-gradient-to: #f33 !important;
  }

  .xl\:to-gray-100{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xl\:to-gray-200{
    --tw-gradient-to: #DADADA !important;
  }

  .xl\:to-gray-400{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xl\:to-gray-500{
    --tw-gradient-to: #706F6F !important;
  }

  .xl\:to-gray-700{
    --tw-gradient-to: #333 !important;
  }

  .xl\:to-yellow-100{
    --tw-gradient-to: #fca745 !important;
  }

  .xl\:to-yellow-500{
    --tw-gradient-to: #FB9117 !important;
  }

  .xl\:to-blue-200{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xl\:to-blue-300{
    --tw-gradient-to: #1E90FF !important;
  }

  .xl\:to-blue-400{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-red:hover{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xl\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .xl\:hover\:to-red:hover{
    --tw-gradient-to: #f33 !important;
  }

  .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #DADADA !important;
  }

  .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #706F6F !important;
  }

  .xl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #333 !important;
  }

  .xl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fca745 !important;
  }

  .xl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #FB9117 !important;
  }

  .xl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #1E90FF !important;
  }

  .xl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-red:focus{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xl\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .xl\:focus\:to-red:focus{
    --tw-gradient-to: #f33 !important;
  }

  .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #DADADA !important;
  }

  .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #706F6F !important;
  }

  .xl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #333 !important;
  }

  .xl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fca745 !important;
  }

  .xl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #FB9117 !important;
  }

  .xl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #1E90FF !important;
  }

  .xl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1 !important;
  }

  .xl\:bg-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-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-transparent:focus-within{
    border-color: transparent !important;
  }

  .xl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-default:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xl\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xl\:rounded-none{
    border-radius: 0 !important;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:rounded-default{
    border-radius: 0.25rem !important;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-full{
    border-radius: 9999px !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-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !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-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-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-default{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-bl-default{
    border-bottom-left-radius: 0.25rem !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-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\: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: 0px !important;
  }

  .xl\:border-2{
    border-width: 2px !important;
  }

  .xl\:border-4{
    border-width: 4px !important;
  }

  .xl\:border-8{
    border-width: 8px !important;
  }

  .xl\:border{
    border-width: 1px !important;
  }

  .xl\:border-t-0{
    border-top-width: 0px !important;
  }

  .xl\:border-r-0{
    border-right-width: 0px !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .xl\:border-l-0{
    border-left-width: 0px !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-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-nowrap{
    -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-default{
    -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-default{
    -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\: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: Raleway, sans-serif !important;
  }

  .xl\:font-icon{
    font-family: dh-icon !important;
  }

  .xl\:font-light{
    font-weight: 300 !important;
  }

  .xl\:font-regular{
    font-weight: 400 !important;
  }

  .xl\:font-semibold{
    font-weight: 700 !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: 3.75rem !important;
  }

  .xl\:h-20{
    height: 5rem !important;
  }

  .xl\:h-24{
    height: 5.425rem !important;
  }

  .xl\:h-32{
    height: 8rem !important;
  }

  .xl\:h-40{
    height: 10rem !important;
  }

  .xl\:h-48{
    height: 12.5rem !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-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vh !important;
  }

  .xl\:text-cero{
    font-size: 0rem !important;
  }

  .xl\:text-xs{
    font-size: 0.5rem !important;
  }

  .xl\:text-sm{
    font-size: 0.86rem !important;
  }

  .xl\:text-base{
    font-size: 1rem !important;
  }

  .xl\:text-lg{
    font-size: 1.125rem !important;
  }

  .xl\:text-xl{
    font-size: 1.25rem !important;
  }

  .xl\:text-2xl{
    font-size: 1.52381rem !important;
  }

  .xl\:text-3xl{
    font-size: 1.75rem !important;
  }

  .xl\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl{
    font-size: 3rem !important;
  }

  .xl\:text-6xl{
    font-size: 3.75rem !important;
  }

  .xl\:text-7xl{
    font-size: 4.625rem !important;
  }

  .xl\:leading-leading-3{
    line-height: .75 !important;
  }

  .xl\:leading-none{
    line-height: 1 !important;
  }

  .xl\:leading-tighter{
    line-height: 1.125 !important;
  }

  .xl\:leading-leading-6{
    line-height: 1.5 !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\: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: 3.75rem !important;
  }

  .xl\:m-20{
    margin: 5rem !important;
  }

  .xl\:m-24{
    margin: 5.425rem !important;
  }

  .xl\:m-32{
    margin: 8rem !important;
  }

  .xl\:m-40{
    margin: 10rem !important;
  }

  .xl\:m-48{
    margin: 12.5rem !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-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: -3.75rem !important;
  }

  .xl\:-m-20{
    margin: -5rem !important;
  }

  .xl\:-m-24{
    margin: -5.425rem !important;
  }

  .xl\:-m-32{
    margin: -8rem !important;
  }

  .xl\:-m-40{
    margin: -10rem !important;
  }

  .xl\:-m-48{
    margin: -12.5rem !important;
  }

  .xl\:-m-56{
    margin: -14rem !important;
  }

  .xl\:-m-64{
    margin: -16rem !important;
  }

  .xl\:-m-px{
    margin: -1px !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: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .xl\:mx-16{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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: 5.425rem !important;
    margin-bottom: 5.425rem !important;
  }

  .xl\:mx-24{
    margin-left: 5.425rem !important;
    margin-right: 5.425rem !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: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .xl\:mx-48{
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !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-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: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .xl\:-mx-16{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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: -5.425rem !important;
    margin-bottom: -5.425rem !important;
  }

  .xl\:-mx-24{
    margin-left: -5.425rem !important;
    margin-right: -5.425rem !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: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .xl\:-mx-48{
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !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\: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: 3.75rem !important;
  }

  .xl\:mr-16{
    margin-right: 3.75rem !important;
  }

  .xl\:mb-16{
    margin-bottom: 3.75rem !important;
  }

  .xl\:ml-16{
    margin-left: 3.75rem !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: 5.425rem !important;
  }

  .xl\:mr-24{
    margin-right: 5.425rem !important;
  }

  .xl\:mb-24{
    margin-bottom: 5.425rem !important;
  }

  .xl\:ml-24{
    margin-left: 5.425rem !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: 12.5rem !important;
  }

  .xl\:mr-48{
    margin-right: 12.5rem !important;
  }

  .xl\:mb-48{
    margin-bottom: 12.5rem !important;
  }

  .xl\:ml-48{
    margin-left: 12.5rem !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-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: -3.75rem !important;
  }

  .xl\:-mr-16{
    margin-right: -3.75rem !important;
  }

  .xl\:-mb-16{
    margin-bottom: -3.75rem !important;
  }

  .xl\:-ml-16{
    margin-left: -3.75rem !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: -5.425rem !important;
  }

  .xl\:-mr-24{
    margin-right: -5.425rem !important;
  }

  .xl\:-mb-24{
    margin-bottom: -5.425rem !important;
  }

  .xl\:-ml-24{
    margin-left: -5.425rem !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: -12.5rem !important;
  }

  .xl\:-mr-48{
    margin-right: -12.5rem !important;
  }

  .xl\:-mb-48{
    margin-bottom: -12.5rem !important;
  }

  .xl\:-ml-48{
    margin-left: -12.5rem !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\:max-h-0{
    max-height: 0 !important;
  }

  .xl\:max-h-1{
    max-height: 0.25rem !important;
  }

  .xl\:max-h-2{
    max-height: 0.5rem !important;
  }

  .xl\:max-h-3{
    max-height: 0.75rem !important;
  }

  .xl\:max-h-4{
    max-height: 1rem !important;
  }

  .xl\:max-h-5{
    max-height: 1.25rem !important;
  }

  .xl\:max-h-6{
    max-height: 1.5rem !important;
  }

  .xl\:max-h-8{
    max-height: 2rem !important;
  }

  .xl\:max-h-10{
    max-height: 2.5rem !important;
  }

  .xl\:max-h-12{
    max-height: 3rem !important;
  }

  .xl\:max-h-16{
    max-height: 3.75rem !important;
  }

  .xl\:max-h-20{
    max-height: 5rem !important;
  }

  .xl\:max-h-24{
    max-height: 5.425rem !important;
  }

  .xl\:max-h-32{
    max-height: 8rem !important;
  }

  .xl\:max-h-40{
    max-height: 10rem !important;
  }

  .xl\:max-h-48{
    max-height: 12.5rem !important;
  }

  .xl\:max-h-56{
    max-height: 14rem !important;
  }

  .xl\:max-h-64{
    max-height: 16rem !important;
  }

  .xl\:max-h-px{
    max-height: 1px !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:max-w-0{
    max-width: 0rem !important;
  }

  .xl\:max-w-none{
    max-width: none !important;
  }

  .xl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:max-w-md{
    max-width: 28rem !important;
  }

  .xl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:max-w-7xl{
    max-width: 80rem !important;
  }

  .xl\:max-w-full{
    max-width: 100% !important;
  }

  .xl\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:max-w-prose{
    max-width: 65ch !important;
  }

  .xl\:max-w-screen-xs{
    max-width: 480px !important;
  }

  .xl\:max-w-screen-sm{
    max-width: 640px !important;
  }

  .xl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-xl{
    max-width: 1087px !important;
  }

  .xl\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .xl\:min-h-0{
    min-height: 0 !important;
  }

  .xl\:min-h-1{
    min-height: 0.25rem !important;
  }

  .xl\:min-h-2{
    min-height: 0.5rem !important;
  }

  .xl\:min-h-3{
    min-height: 0.75rem !important;
  }

  .xl\:min-h-4{
    min-height: 1rem !important;
  }

  .xl\:min-h-5{
    min-height: 1.25rem !important;
  }

  .xl\:min-h-6{
    min-height: 1.5rem !important;
  }

  .xl\:min-h-8{
    min-height: 2rem !important;
  }

  .xl\:min-h-10{
    min-height: 2.5rem !important;
  }

  .xl\:min-h-12{
    min-height: 3rem !important;
  }

  .xl\:min-h-16{
    min-height: 3.75rem !important;
  }

  .xl\:min-h-20{
    min-height: 5rem !important;
  }

  .xl\:min-h-24{
    min-height: 5.425rem !important;
  }

  .xl\:min-h-32{
    min-height: 8rem !important;
  }

  .xl\:min-h-40{
    min-height: 10rem !important;
  }

  .xl\:min-h-48{
    min-height: 12.5rem !important;
  }

  .xl\:min-h-56{
    min-height: 14rem !important;
  }

  .xl\:min-h-64{
    min-height: 16rem !important;
  }

  .xl\:min-h-auto{
    min-height: auto !important;
  }

  .xl\:min-h-px{
    min-height: 1px !important;
  }

  .xl\:min-h-1\/4{
    min-height: 25% !important;
  }

  .xl\:min-h-1\/2{
    min-height: 50% !important;
  }

  .xl\:min-h-3\/4{
    min-height: 75% !important;
  }

  .xl\:min-h-full{
    min-height: 100% !important;
  }

  .xl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:min-w-0{
    min-width: 0px !important;
  }

  .xl\:min-w-full{
    min-width: 100% !important;
  }

  .xl\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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-5{
    opacity: 0.05 !important;
  }

  .xl\:opacity-10{
    opacity: 0.1 !important;
  }

  .xl\:opacity-20{
    opacity: 0.2 !important;
  }

  .xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:opacity-30{
    opacity: 0.3 !important;
  }

  .xl\:opacity-40{
    opacity: 0.4 !important;
  }

  .xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:opacity-60{
    opacity: 0.6 !important;
  }

  .xl\:opacity-70{
    opacity: 0.7 !important;
  }

  .xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:opacity-80{
    opacity: 0.8 !important;
  }

  .xl\:opacity-90{
    opacity: 0.9 !important;
  }

  .xl\:opacity-95{
    opacity: 0.95 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .xl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .xl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .xl\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .xl\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .xl\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .xl\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .xl\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .xl\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .xl\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .xl\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .xl\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .xl\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .xl\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .xl\:focus\:opacity-95:focus{
    opacity: 0.95 !important;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-black:focus-within{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:overflow-auto{
    overflow: auto !important;
  }

  .xl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:overflow-visible{
    overflow: visible !important;
  }

  .xl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:overscroll-auto{
    -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: 3.75rem !important;
  }

  .xl\:p-20{
    padding: 5rem !important;
  }

  .xl\:p-24{
    padding: 5.425rem !important;
  }

  .xl\:p-32{
    padding: 8rem !important;
  }

  .xl\:p-40{
    padding: 10rem !important;
  }

  .xl\:p-48{
    padding: 12.5rem !important;
  }

  .xl\:p-56{
    padding: 14rem !important;
  }

  .xl\:p-64{
    padding: 16rem !important;
  }

  .xl\:p-px{
    padding: 1px !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: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .xl\:px-16{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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: 5.425rem !important;
    padding-bottom: 5.425rem !important;
  }

  .xl\:px-24{
    padding-left: 5.425rem !important;
    padding-right: 5.425rem !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: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .xl\:px-48{
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !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\: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: 3.75rem !important;
  }

  .xl\:pr-16{
    padding-right: 3.75rem !important;
  }

  .xl\:pb-16{
    padding-bottom: 3.75rem !important;
  }

  .xl\:pl-16{
    padding-left: 3.75rem !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: 5.425rem !important;
  }

  .xl\:pr-24{
    padding-right: 5.425rem !important;
  }

  .xl\:pb-24{
    padding-bottom: 5.425rem !important;
  }

  .xl\:pl-24{
    padding-left: 5.425rem !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: 12.5rem !important;
  }

  .xl\:pr-48{
    padding-right: 12.5rem !important;
  }

  .xl\:pb-48{
    padding-bottom: 12.5rem !important;
  }

  .xl\:pl-48{
    padding-left: 12.5rem !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\: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-black::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-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-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: -webkit-sticky !important;
    position: sticky !important;
  }

  .xl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:inset-16{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xl\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-24{
    top: 5.425rem !important;
    right: 5.425rem !important;
    bottom: 5.425rem !important;
    left: 5.425rem !important;
  }

  .xl\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl\:inset-48{
    top: 12.5rem !important;
    right: 12.5rem !important;
    bottom: 12.5rem !important;
    left: 12.5rem !important;
  }

  .xl\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xl\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xl\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xl\:-inset-16{
    top: -3.75rem !important;
    right: -3.75rem !important;
    bottom: -3.75rem !important;
    left: -3.75rem !important;
  }

  .xl\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xl\:-inset-24{
    top: -5.425rem !important;
    right: -5.425rem !important;
    bottom: -5.425rem !important;
    left: -5.425rem !important;
  }

  .xl\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xl\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xl\:-inset-48{
    top: -12.5rem !important;
    right: -12.5rem !important;
    bottom: -12.5rem !important;
    left: -12.5rem !important;
  }

  .xl\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xl\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xl\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl\:inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl\:inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl\:inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .xl\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl\:inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .xl\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl\:inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .xl\:inset-y-16{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .xl\:inset-x-16{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xl\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-y-24{
    top: 5.425rem !important;
    bottom: 5.425rem !important;
  }

  .xl\:inset-x-24{
    right: 5.425rem !important;
    left: 5.425rem !important;
  }

  .xl\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .xl\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .xl\:inset-y-48{
    top: 12.5rem !important;
    bottom: 12.5rem !important;
  }

  .xl\:inset-x-48{
    right: 12.5rem !important;
    left: 12.5rem !important;
  }

  .xl\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl\:inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .xl\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl\:inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xl\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xl\:-inset-x-1{
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xl\:-inset-x-2{
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xl\:-inset-x-3{
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xl\:-inset-x-4{
    right: -1rem !important;
    left: -1rem !important;
  }

  .xl\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xl\:-inset-x-5{
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xl\:-inset-x-6{
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xl\:-inset-x-8{
    right: -2rem !important;
    left: -2rem !important;
  }

  .xl\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl\:-inset-x-10{
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xl\:-inset-x-12{
    right: -3rem !important;
    left: -3rem !important;
  }

  .xl\:-inset-y-16{
    top: -3.75rem !important;
    bottom: -3.75rem !important;
  }

  .xl\:-inset-x-16{
    right: -3.75rem !important;
    left: -3.75rem !important;
  }

  .xl\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xl\:-inset-x-20{
    right: -5rem !important;
    left: -5rem !important;
  }

  .xl\:-inset-y-24{
    top: -5.425rem !important;
    bottom: -5.425rem !important;
  }

  .xl\:-inset-x-24{
    right: -5.425rem !important;
    left: -5.425rem !important;
  }

  .xl\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xl\:-inset-x-32{
    right: -8rem !important;
    left: -8rem !important;
  }

  .xl\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xl\:-inset-x-40{
    right: -10rem !important;
    left: -10rem !important;
  }

  .xl\:-inset-y-48{
    top: -12.5rem !important;
    bottom: -12.5rem !important;
  }

  .xl\:-inset-x-48{
    right: -12.5rem !important;
    left: -12.5rem !important;
  }

  .xl\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xl\:-inset-x-56{
    right: -14rem !important;
    left: -14rem !important;
  }

  .xl\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xl\:-inset-x-64{
    right: -16rem !important;
    left: -16rem !important;
  }

  .xl\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:-inset-x-px{
    right: -1px !important;
    left: -1px !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-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:inset-x-full{
    right: 100% !important;
    left: 100% !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-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:-inset-x-1\/3{
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:-inset-x-2\/3{
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:-inset-x-1\/4{
    right: -25% !important;
    left: -25% !important;
  }

  .xl\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-x-2\/4{
    right: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:-inset-x-3\/4{
    right: -75% !important;
    left: -75% !important;
  }

  .xl\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:-inset-x-full{
    right: -100% !important;
    left: -100% !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-1{
    top: 0.25rem !important;
  }

  .xl\:right-1{
    right: 0.25rem !important;
  }

  .xl\:bottom-1{
    bottom: 0.25rem !important;
  }

  .xl\:left-1{
    left: 0.25rem !important;
  }

  .xl\:top-2{
    top: 0.5rem !important;
  }

  .xl\:right-2{
    right: 0.5rem !important;
  }

  .xl\:bottom-2{
    bottom: 0.5rem !important;
  }

  .xl\:left-2{
    left: 0.5rem !important;
  }

  .xl\:top-3{
    top: 0.75rem !important;
  }

  .xl\:right-3{
    right: 0.75rem !important;
  }

  .xl\:bottom-3{
    bottom: 0.75rem !important;
  }

  .xl\:left-3{
    left: 0.75rem !important;
  }

  .xl\:top-4{
    top: 1rem !important;
  }

  .xl\:right-4{
    right: 1rem !important;
  }

  .xl\:bottom-4{
    bottom: 1rem !important;
  }

  .xl\:left-4{
    left: 1rem !important;
  }

  .xl\:top-5{
    top: 1.25rem !important;
  }

  .xl\:right-5{
    right: 1.25rem !important;
  }

  .xl\:bottom-5{
    bottom: 1.25rem !important;
  }

  .xl\:left-5{
    left: 1.25rem !important;
  }

  .xl\:top-6{
    top: 1.5rem !important;
  }

  .xl\:right-6{
    right: 1.5rem !important;
  }

  .xl\:bottom-6{
    bottom: 1.5rem !important;
  }

  .xl\:left-6{
    left: 1.5rem !important;
  }

  .xl\:top-8{
    top: 2rem !important;
  }

  .xl\:right-8{
    right: 2rem !important;
  }

  .xl\:bottom-8{
    bottom: 2rem !important;
  }

  .xl\:left-8{
    left: 2rem !important;
  }

  .xl\:top-10{
    top: 2.5rem !important;
  }

  .xl\:right-10{
    right: 2.5rem !important;
  }

  .xl\:bottom-10{
    bottom: 2.5rem !important;
  }

  .xl\:left-10{
    left: 2.5rem !important;
  }

  .xl\:top-12{
    top: 3rem !important;
  }

  .xl\:right-12{
    right: 3rem !important;
  }

  .xl\:bottom-12{
    bottom: 3rem !important;
  }

  .xl\:left-12{
    left: 3rem !important;
  }

  .xl\:top-16{
    top: 3.75rem !important;
  }

  .xl\:right-16{
    right: 3.75rem !important;
  }

  .xl\:bottom-16{
    bottom: 3.75rem !important;
  }

  .xl\:left-16{
    left: 3.75rem !important;
  }

  .xl\:top-20{
    top: 5rem !important;
  }

  .xl\:right-20{
    right: 5rem !important;
  }

  .xl\:bottom-20{
    bottom: 5rem !important;
  }

  .xl\:left-20{
    left: 5rem !important;
  }

  .xl\:top-24{
    top: 5.425rem !important;
  }

  .xl\:right-24{
    right: 5.425rem !important;
  }

  .xl\:bottom-24{
    bottom: 5.425rem !important;
  }

  .xl\:left-24{
    left: 5.425rem !important;
  }

  .xl\:top-32{
    top: 8rem !important;
  }

  .xl\:right-32{
    right: 8rem !important;
  }

  .xl\:bottom-32{
    bottom: 8rem !important;
  }

  .xl\:left-32{
    left: 8rem !important;
  }

  .xl\:top-40{
    top: 10rem !important;
  }

  .xl\:right-40{
    right: 10rem !important;
  }

  .xl\:bottom-40{
    bottom: 10rem !important;
  }

  .xl\:left-40{
    left: 10rem !important;
  }

  .xl\:top-48{
    top: 12.5rem !important;
  }

  .xl\:right-48{
    right: 12.5rem !important;
  }

  .xl\:bottom-48{
    bottom: 12.5rem !important;
  }

  .xl\:left-48{
    left: 12.5rem !important;
  }

  .xl\:top-56{
    top: 14rem !important;
  }

  .xl\:right-56{
    right: 14rem !important;
  }

  .xl\:bottom-56{
    bottom: 14rem !important;
  }

  .xl\:left-56{
    left: 14rem !important;
  }

  .xl\:top-64{
    top: 16rem !important;
  }

  .xl\:right-64{
    right: 16rem !important;
  }

  .xl\:bottom-64{
    bottom: 16rem !important;
  }

  .xl\:left-64{
    left: 16rem !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-px{
    top: 1px !important;
  }

  .xl\:right-px{
    right: 1px !important;
  }

  .xl\:bottom-px{
    bottom: 1px !important;
  }

  .xl\:left-px{
    left: 1px !important;
  }

  .xl\:-top-1{
    top: -0.25rem !important;
  }

  .xl\:-right-1{
    right: -0.25rem !important;
  }

  .xl\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .xl\:-left-1{
    left: -0.25rem !important;
  }

  .xl\:-top-2{
    top: -0.5rem !important;
  }

  .xl\:-right-2{
    right: -0.5rem !important;
  }

  .xl\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .xl\:-left-2{
    left: -0.5rem !important;
  }

  .xl\:-top-3{
    top: -0.75rem !important;
  }

  .xl\:-right-3{
    right: -0.75rem !important;
  }

  .xl\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .xl\:-left-3{
    left: -0.75rem !important;
  }

  .xl\:-top-4{
    top: -1rem !important;
  }

  .xl\:-right-4{
    right: -1rem !important;
  }

  .xl\:-bottom-4{
    bottom: -1rem !important;
  }

  .xl\:-left-4{
    left: -1rem !important;
  }

  .xl\:-top-5{
    top: -1.25rem !important;
  }

  .xl\:-right-5{
    right: -1.25rem !important;
  }

  .xl\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .xl\:-left-5{
    left: -1.25rem !important;
  }

  .xl\:-top-6{
    top: -1.5rem !important;
  }

  .xl\:-right-6{
    right: -1.5rem !important;
  }

  .xl\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .xl\:-left-6{
    left: -1.5rem !important;
  }

  .xl\:-top-8{
    top: -2rem !important;
  }

  .xl\:-right-8{
    right: -2rem !important;
  }

  .xl\:-bottom-8{
    bottom: -2rem !important;
  }

  .xl\:-left-8{
    left: -2rem !important;
  }

  .xl\:-top-10{
    top: -2.5rem !important;
  }

  .xl\:-right-10{
    right: -2.5rem !important;
  }

  .xl\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .xl\:-left-10{
    left: -2.5rem !important;
  }

  .xl\:-top-12{
    top: -3rem !important;
  }

  .xl\:-right-12{
    right: -3rem !important;
  }

  .xl\:-bottom-12{
    bottom: -3rem !important;
  }

  .xl\:-left-12{
    left: -3rem !important;
  }

  .xl\:-top-16{
    top: -3.75rem !important;
  }

  .xl\:-right-16{
    right: -3.75rem !important;
  }

  .xl\:-bottom-16{
    bottom: -3.75rem !important;
  }

  .xl\:-left-16{
    left: -3.75rem !important;
  }

  .xl\:-top-20{
    top: -5rem !important;
  }

  .xl\:-right-20{
    right: -5rem !important;
  }

  .xl\:-bottom-20{
    bottom: -5rem !important;
  }

  .xl\:-left-20{
    left: -5rem !important;
  }

  .xl\:-top-24{
    top: -5.425rem !important;
  }

  .xl\:-right-24{
    right: -5.425rem !important;
  }

  .xl\:-bottom-24{
    bottom: -5.425rem !important;
  }

  .xl\:-left-24{
    left: -5.425rem !important;
  }

  .xl\:-top-32{
    top: -8rem !important;
  }

  .xl\:-right-32{
    right: -8rem !important;
  }

  .xl\:-bottom-32{
    bottom: -8rem !important;
  }

  .xl\:-left-32{
    left: -8rem !important;
  }

  .xl\:-top-40{
    top: -10rem !important;
  }

  .xl\:-right-40{
    right: -10rem !important;
  }

  .xl\:-bottom-40{
    bottom: -10rem !important;
  }

  .xl\:-left-40{
    left: -10rem !important;
  }

  .xl\:-top-48{
    top: -12.5rem !important;
  }

  .xl\:-right-48{
    right: -12.5rem !important;
  }

  .xl\:-bottom-48{
    bottom: -12.5rem !important;
  }

  .xl\:-left-48{
    left: -12.5rem !important;
  }

  .xl\:-top-56{
    top: -14rem !important;
  }

  .xl\:-right-56{
    right: -14rem !important;
  }

  .xl\:-bottom-56{
    bottom: -14rem !important;
  }

  .xl\:-left-56{
    left: -14rem !important;
  }

  .xl\:-top-64{
    top: -16rem !important;
  }

  .xl\:-right-64{
    right: -16rem !important;
  }

  .xl\:-bottom-64{
    bottom: -16rem !important;
  }

  .xl\:-left-64{
    left: -16rem !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-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-1\/3{
    top: 33.333333% !important;
  }

  .xl\:right-1\/3{
    right: 33.333333% !important;
  }

  .xl\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xl\:left-1\/3{
    left: 33.333333% !important;
  }

  .xl\:top-2\/3{
    top: 66.666667% !important;
  }

  .xl\:right-2\/3{
    right: 66.666667% !important;
  }

  .xl\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xl\:left-2\/3{
    left: 66.666667% !important;
  }

  .xl\:top-1\/4{
    top: 25% !important;
  }

  .xl\:right-1\/4{
    right: 25% !important;
  }

  .xl\:bottom-1\/4{
    bottom: 25% !important;
  }

  .xl\:left-1\/4{
    left: 25% !important;
  }

  .xl\:top-2\/4{
    top: 50% !important;
  }

  .xl\:right-2\/4{
    right: 50% !important;
  }

  .xl\:bottom-2\/4{
    bottom: 50% !important;
  }

  .xl\:left-2\/4{
    left: 50% !important;
  }

  .xl\:top-3\/4{
    top: 75% !important;
  }

  .xl\:right-3\/4{
    right: 75% !important;
  }

  .xl\:bottom-3\/4{
    bottom: 75% !important;
  }

  .xl\:left-3\/4{
    left: 75% !important;
  }

  .xl\:top-full{
    top: 100% !important;
  }

  .xl\:right-full{
    right: 100% !important;
  }

  .xl\:bottom-full{
    bottom: 100% !important;
  }

  .xl\:left-full{
    left: 100% !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-1\/3{
    top: -33.333333% !important;
  }

  .xl\:-right-1\/3{
    right: -33.333333% !important;
  }

  .xl\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .xl\:-left-1\/3{
    left: -33.333333% !important;
  }

  .xl\:-top-2\/3{
    top: -66.666667% !important;
  }

  .xl\:-right-2\/3{
    right: -66.666667% !important;
  }

  .xl\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .xl\:-left-2\/3{
    left: -66.666667% !important;
  }

  .xl\:-top-1\/4{
    top: -25% !important;
  }

  .xl\:-right-1\/4{
    right: -25% !important;
  }

  .xl\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .xl\:-left-1\/4{
    left: -25% !important;
  }

  .xl\:-top-2\/4{
    top: -50% !important;
  }

  .xl\:-right-2\/4{
    right: -50% !important;
  }

  .xl\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .xl\:-left-2\/4{
    left: -50% !important;
  }

  .xl\:-top-3\/4{
    top: -75% !important;
  }

  .xl\:-right-3\/4{
    right: -75% !important;
  }

  .xl\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .xl\:-left-3\/4{
    left: -75% !important;
  }

  .xl\:-top-full{
    top: -100% !important;
  }

  .xl\:-right-full{
    right: -100% !important;
  }

  .xl\:-bottom-full{
    bottom: -100% !important;
  }

  .xl\:-left-full{
    left: -100% !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-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:ring-offset-red{
    --tw-ring-offset-color: #f33 !important;
  }

  .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xl\:ring-offset-gray-700{
    --tw-ring-offset-color: #333 !important;
  }

  .xl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xl\:ring-offset-blue-200{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xl\:ring-offset-blue-300{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xl\:ring-offset-blue-400{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #f33 !important;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #f33 !important;
  }

  .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .xl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xl\:fill-current{
    fill: currentColor !important;
  }

  .xl\:stroke-current{
    stroke: currentColor !important;
  }

  .xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xl\: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-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-transparent:visited{
    color: transparent !important;
  }

  .xl\:visited\:text-black:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-white:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-red:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-gray-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-gray-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-gray-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-gray-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-gray-700:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-yellow-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-yellow-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-blue-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-blue-300:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:visited\:text-blue-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xl\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xl\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:overflow-ellipsis{
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
  }

  .xl\:overflow-clip{
    -o-text-overflow: clip !important;
       text-overflow: clip !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;
  }

  .group:hover .xl\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .xl\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .xl\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:no-underline:focus-within{
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0em !important;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\: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-nowrap{
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre{
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:break-normal{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words{
    overflow-wrap: break-word !important;
  }

  .xl\:break-all{
    word-break: break-all !important;
  }

  .xl\: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: 3.75rem !important;
  }

  .xl\:w-20{
    width: 5rem !important;
  }

  .xl\:w-24{
    width: 5.425rem !important;
  }

  .xl\:w-32{
    width: 8rem !important;
  }

  .xl\:w-40{
    width: 10rem !important;
  }

  .xl\:w-48{
    width: 12.5rem !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-1\/2{
    width: 50% !important;
  }

  .xl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:w-1\/4{
    width: 25% !important;
  }

  .xl\:w-2\/4{
    width: 50% !important;
  }

  .xl\:w-3\/4{
    width: 75% !important;
  }

  .xl\:w-1\/5{
    width: 20% !important;
  }

  .xl\:w-2\/5{
    width: 40% !important;
  }

  .xl\:w-3\/5{
    width: 60% !important;
  }

  .xl\:w-4\/5{
    width: 80% !important;
  }

  .xl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:w-3\/6{
    width: 50% !important;
  }

  .xl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:w-3\/12{
    width: 25% !important;
  }

  .xl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:w-6\/12{
    width: 50% !important;
  }

  .xl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:w-9\/12{
    width: 75% !important;
  }

  .xl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:w-full{
    width: 100% !important;
  }

  .xl\:w-screen{
    width: 100vw !important;
  }

  .xl\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:z-0{
    z-index: 0 !important;
  }

  .xl\:z-10{
    z-index: 10 !important;
  }

  .xl\:z-20{
    z-index: 20 !important;
  }

  .xl\:z-30{
    z-index: 30 !important;
  }

  .xl\:z-40{
    z-index: 40 !important;
  }

  .xl\:z-50{
    z-index: 50 !important;
  }

  .xl\:z-auto{
    z-index: auto !important;
  }

  .xl\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .xl\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .xl\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .xl\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .xl\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .xl\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .xl\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .xl\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .xl\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .xl\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .xl\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .xl\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .xl\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .xl\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .xl\:gap-0{
    gap: 0 !important;
  }

  .xl\:gap-1{
    gap: 0.25rem !important;
  }

  .xl\:gap-2{
    gap: 0.5rem !important;
  }

  .xl\:gap-3{
    gap: 0.75rem !important;
  }

  .xl\:gap-4{
    gap: 1rem !important;
  }

  .xl\:gap-5{
    gap: 1.25rem !important;
  }

  .xl\:gap-6{
    gap: 1.5rem !important;
  }

  .xl\:gap-8{
    gap: 2rem !important;
  }

  .xl\:gap-10{
    gap: 2.5rem !important;
  }

  .xl\:gap-12{
    gap: 3rem !important;
  }

  .xl\:gap-16{
    gap: 3.75rem !important;
  }

  .xl\:gap-20{
    gap: 5rem !important;
  }

  .xl\:gap-24{
    gap: 5.425rem !important;
  }

  .xl\:gap-32{
    gap: 8rem !important;
  }

  .xl\:gap-40{
    gap: 10rem !important;
  }

  .xl\:gap-48{
    gap: 12.5rem !important;
  }

  .xl\:gap-56{
    gap: 14rem !important;
  }

  .xl\:gap-64{
    gap: 16rem !important;
  }

  .xl\:gap-px{
    gap: 1px !important;
  }

  .xl\:gap-x-0{
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xl\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xl\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xl\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xl\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xl\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xl\:gap-x-16{
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .xl\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xl\:gap-x-24{
    -webkit-column-gap: 5.425rem !important;
       -moz-column-gap: 5.425rem !important;
            column-gap: 5.425rem !important;
  }

  .xl\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xl\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xl\:gap-x-48{
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }

  .xl\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xl\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xl\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xl\:gap-y-0{
    row-gap: 0 !important;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4{
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-8{
    row-gap: 2rem !important;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .xl\:gap-y-16{
    row-gap: 3.75rem !important;
  }

  .xl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24{
    row-gap: 5.425rem !important;
  }

  .xl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .xl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .xl\:gap-y-48{
    row-gap: 12.5rem !important;
  }

  .xl\:gap-y-56{
    row-gap: 14rem !important;
  }

  .xl\:gap-y-64{
    row-gap: 16rem !important;
  }

  .xl\:gap-y-px{
    row-gap: 1px !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\: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\: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{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-none{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .xl\:origin-center{
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xl\:origin-top{
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xl\:origin-top-right{
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xl\:origin-right{
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xl\:origin-left{
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xl\:origin-top-left{
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .xl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xl\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .xl\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xl\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xl\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xl\:translate-x-16{
    --tw-translate-x: 3.75rem !important;
  }

  .xl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xl\:translate-x-24{
    --tw-translate-x: 5.425rem !important;
  }

  .xl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xl\:translate-x-48{
    --tw-translate-x: 12.5rem !important;
  }

  .xl\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xl\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xl\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xl\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xl\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xl\:-translate-x-16{
    --tw-translate-x: -3.75rem !important;
  }

  .xl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24{
    --tw-translate-x: -5.425rem !important;
  }

  .xl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xl\:-translate-x-48{
    --tw-translate-x: -12.5rem !important;
  }

  .xl\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xl\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xl\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .xl\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .xl\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .xl\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xl\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xl\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xl\:translate-y-16{
    --tw-translate-y: 3.75rem !important;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xl\:translate-y-24{
    --tw-translate-y: 5.425rem !important;
  }

  .xl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xl\:translate-y-48{
    --tw-translate-y: 12.5rem !important;
  }

  .xl\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xl\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xl\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xl\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xl\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xl\:-translate-y-16{
    --tw-translate-y: -3.75rem !important;
  }

  .xl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24{
    --tw-translate-y: -5.425rem !important;
  }

  .xl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xl\:-translate-y-48{
    --tw-translate-y: -12.5rem !important;
  }

  .xl\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xl\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xl\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .xl\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .xl\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .xl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-16:hover{
    --tw-translate-x: 3.75rem !important;
  }

  .xl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover{
    --tw-translate-x: 5.425rem !important;
  }

  .xl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12.5rem !important;
  }

  .xl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -3.75rem !important;
  }

  .xl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -5.425rem !important;
  }

  .xl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12.5rem !important;
  }

  .xl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .xl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-16:hover{
    --tw-translate-y: 3.75rem !important;
  }

  .xl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover{
    --tw-translate-y: 5.425rem !important;
  }

  .xl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12.5rem !important;
  }

  .xl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -3.75rem !important;
  }

  .xl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -5.425rem !important;
  }

  .xl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12.5rem !important;
  }

  .xl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .xl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-16:focus{
    --tw-translate-x: 3.75rem !important;
  }

  .xl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus{
    --tw-translate-x: 5.425rem !important;
  }

  .xl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12.5rem !important;
  }

  .xl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -3.75rem !important;
  }

  .xl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -5.425rem !important;
  }

  .xl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12.5rem !important;
  }

  .xl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .xl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-16:focus{
    --tw-translate-y: 3.75rem !important;
  }

  .xl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus{
    --tw-translate-y: 5.425rem !important;
  }

  .xl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12.5rem !important;
  }

  .xl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -3.75rem !important;
  }

  .xl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -5.425rem !important;
  }

  .xl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12.5rem !important;
  }

  .xl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xl\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .xl\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !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;
    -o-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 !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-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;
         -o-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;
         -o-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;
         -o-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;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xl\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-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;
  }

  .xl\:translate-x-half{
    -webkit-transform: translateX(50%) !important;
        -ms-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
  }

  .xl\:col-count-1{
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }

  .xl\:col-count-2{
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }

  .xl\:col-count-3{
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }

  .xl\:col-gap-sm{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xl\:col-gap-md{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xl\:col-gap-lg{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xl\:col-w-sm{
    -webkit-column-width: 120px !important;
       -moz-column-width: 120px !important;
            column-width: 120px !important;
  }

  .xl\:col-w-md{
    -webkit-column-width: 240px !important;
       -moz-column-width: 240px !important;
            column-width: 240px !important;
  }

  .xl\:col-w-lg{
    -webkit-column-width: 360px !important;
       -moz-column-width: 360px !important;
            column-width: 360px !important;
  }

  .xl\:col-rule-transparent{
    -webkit-column-rule-color: transparent !important;
       -moz-column-rule-color: transparent !important;
            column-rule-color: transparent !important;
  }

  .xl\:col-rule-black{
    -webkit-column-rule-color: #000 !important;
       -moz-column-rule-color: #000 !important;
            column-rule-color: #000 !important;
  }

  .xl\:col-rule-white{
    -webkit-column-rule-color: #fff !important;
       -moz-column-rule-color: #fff !important;
            column-rule-color: #fff !important;
  }

  .xl\:col-rule-red{
    -webkit-column-rule-color: #f33 !important;
       -moz-column-rule-color: #f33 !important;
            column-rule-color: #f33 !important;
  }

  .xl\:col-rule-gray-100{
    -webkit-column-rule-color: #f3f3f3 !important;
       -moz-column-rule-color: #f3f3f3 !important;
            column-rule-color: #f3f3f3 !important;
  }

  .xl\:col-rule-gray-200{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .xl\:col-rule-gray-400{
    -webkit-column-rule-color: #7d7d7d !important;
       -moz-column-rule-color: #7d7d7d !important;
            column-rule-color: #7d7d7d !important;
  }

  .xl\:col-rule-gray-500{
    -webkit-column-rule-color: #706F6F !important;
       -moz-column-rule-color: #706F6F !important;
            column-rule-color: #706F6F !important;
  }

  .xl\:col-rule-gray-700{
    -webkit-column-rule-color: #333 !important;
       -moz-column-rule-color: #333 !important;
            column-rule-color: #333 !important;
  }

  .xl\:col-rule-yellow-100{
    -webkit-column-rule-color: #fca745 !important;
       -moz-column-rule-color: #fca745 !important;
            column-rule-color: #fca745 !important;
  }

  .xl\:col-rule-yellow-500{
    -webkit-column-rule-color: #FB9117 !important;
       -moz-column-rule-color: #FB9117 !important;
            column-rule-color: #FB9117 !important;
  }

  .xl\:col-rule-blue-200{
    -webkit-column-rule-color: #1EC2FF !important;
       -moz-column-rule-color: #1EC2FF !important;
            column-rule-color: #1EC2FF !important;
  }

  .xl\:col-rule-blue-300{
    -webkit-column-rule-color: #1E90FF !important;
       -moz-column-rule-color: #1E90FF !important;
            column-rule-color: #1E90FF !important;
  }

  .xl\:col-rule-blue-400{
    -webkit-column-rule-color: #1a7cdb !important;
       -moz-column-rule-color: #1a7cdb !important;
            column-rule-color: #1a7cdb !important;
  }

  .xl\:col-rule{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .xl\:col-rule-0{
    -webkit-column-rule-width: 0px !important;
       -moz-column-rule-width: 0px !important;
            column-rule-width: 0px !important;
  }

  .xl\:col-rule-2{
    -webkit-column-rule-width: 2px !important;
       -moz-column-rule-width: 2px !important;
            column-rule-width: 2px !important;
  }

  .xl\:col-rule-4{
    -webkit-column-rule-width: 4px !important;
       -moz-column-rule-width: 4px !important;
            column-rule-width: 4px !important;
  }

  .xl\:col-rule-8{
    -webkit-column-rule-width: 8px !important;
       -moz-column-rule-width: 8px !important;
            column-rule-width: 8px !important;
  }

  .xl\:col-rule-DEFAULT{
    -webkit-column-rule-width: 1px !important;
       -moz-column-rule-width: 1px !important;
            column-rule-width: 1px !important;
  }

  .xl\:col-rule-none{
    -webkit-column-rule-style: none !important;
       -moz-column-rule-style: none !important;
            column-rule-style: none !important;
  }

  .xl\:col-rule-hidden{
    -webkit-column-rule-style: hidden !important;
       -moz-column-rule-style: hidden !important;
            column-rule-style: hidden !important;
  }

  .xl\:col-rule-dotted{
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }

  .xl\:col-rule-dashed{
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }

  .xl\:col-rule-solid{
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }

  .xl\:col-rule-double{
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }

  .xl\:col-rule-groove{
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }

  .xl\:col-rule-ridge{
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }

  .xl\:col-rule-inset{
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }

  .xl\:col-rule-outset{
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }

  .xl\:col-fill-auto{
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
  }

  .xl\:col-fill-balance{
    -webkit-column-fill: balance !important;
       -moz-column-fill: balance !important;
            column-fill: balance !important;
  }

  .xl\:col-fill-balance-all{
    -webkit-column-fill: balance-all !important;
       -moz-column-fill: balance-all !important;
            column-fill: balance-all !important;
  }

  .xl\:col-span-none{
    -webkit-column-span: none !important;
       -moz-column-span: none !important;
            column-span: none !important;
  }

  .xl\:col-span-all{
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
  }

  .xl\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .xl\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .xl\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .xl\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .xl\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }

  .xl\:m-between-children > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .xl\:m-between-children-0 > :not(:first-child) {
    margin-top: 0;
  }

  .xl\:m-between-children-1 > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .xl\:m-between-children-2 > :not(:first-child) {
    margin-top: 0.5rem;
  }

  .xl\:m-between-children-3 > :not(:first-child) {
    margin-top: 0.75rem;
  }

  .xl\:m-between-children-4 > :not(:first-child) {
    margin-top: 1rem;
  }

  .xl\:m-between-children-5 > :not(:first-child) {
    margin-top: 1.25rem;
  }

  .xl\:m-between-children-6 > :not(:first-child) {
    margin-top: 1.5rem;
  }

  .xl\:m-between-children-8 > :not(:first-child) {
    margin-top: 2rem;
  }

  .xl\:m-between-children-10 > :not(:first-child) {
    margin-top: 2.5rem;
  }

  .xl\:m-between-children-12 > :not(:first-child) {
    margin-top: 3rem;
  }

  .xl\:m-between-children-16 > :not(:first-child) {
    margin-top: 3.75rem;
  }

  .xl\:m-between-children-20 > :not(:first-child) {
    margin-top: 5rem;
  }

  .xl\:m-between-children-24 > :not(:first-child) {
    margin-top: 5.425rem;
  }

  .xl\:m-between-children-32 > :not(:first-child) {
    margin-top: 8rem;
  }

  .xl\:m-between-children-40 > :not(:first-child) {
    margin-top: 10rem;
  }

  .xl\:m-between-children-48 > :not(:first-child) {
    margin-top: 12.5rem;
  }

  .xl\:m-between-children-56 > :not(:first-child) {
    margin-top: 14rem;
  }

  .xl\:m-between-children-64 > :not(:first-child) {
    margin-top: 16rem;
  }

  .xl\:m-between-children-px > :not(:first-child) {
    margin-top: 1px;
  }

  .xl\:hm-between-children > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .xl\:hm-between-children-0 > :not(:first-child) {
    margin-left: 0;
  }

  .xl\:hm-between-children-1 > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .xl\:hm-between-children-2 > :not(:first-child) {
    margin-left: 0.5rem;
  }

  .xl\:hm-between-children-3 > :not(:first-child) {
    margin-left: 0.75rem;
  }

  .xl\:hm-between-children-4 > :not(:first-child) {
    margin-left: 1rem;
  }

  .xl\:hm-between-children-5 > :not(:first-child) {
    margin-left: 1.25rem;
  }

  .xl\:hm-between-children-6 > :not(:first-child) {
    margin-left: 1.5rem;
  }

  .xl\:hm-between-children-8 > :not(:first-child) {
    margin-left: 2rem;
  }

  .xl\:hm-between-children-10 > :not(:first-child) {
    margin-left: 2.5rem;
  }

  .xl\:hm-between-children-12 > :not(:first-child) {
    margin-left: 3rem;
  }

  .xl\:hm-between-children-16 > :not(:first-child) {
    margin-left: 3.75rem;
  }

  .xl\:hm-between-children-20 > :not(:first-child) {
    margin-left: 5rem;
  }

  .xl\:hm-between-children-24 > :not(:first-child) {
    margin-left: 5.425rem;
  }

  .xl\:hm-between-children-32 > :not(:first-child) {
    margin-left: 8rem;
  }

  .xl\:hm-between-children-40 > :not(:first-child) {
    margin-left: 10rem;
  }

  .xl\:hm-between-children-48 > :not(:first-child) {
    margin-left: 12.5rem;
  }

  .xl\:hm-between-children-56 > :not(:first-child) {
    margin-left: 14rem;
  }

  .xl\:hm-between-children-64 > :not(:first-child) {
    margin-left: 16rem;
  }

  .xl\:hm-between-children-px > :not(:first-child) {
    margin-left: 1px;
  }

  .xl\:m-trim > :first-child {
    margin-top: 0;
  }

  .xl\:m-trim > :last-child {
    margin-bottom: 0;
  }

  .xl\:hm-trim > :first-child {
    margin-left: 0;
  }

  .xl\:hm-trim > :last-child {
    margin-right: 0;
  }
}

@media (min-width: 1440px){
  .xxl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 480px){
    .xxl\:container{
      max-width: 480px;
    }
  }

  @media (min-width: 640px){
    .xxl\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .xxl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xxl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1087px){
    .xxl\:container{
      max-width: 1087px;
    }
  }

  @media (min-width: 1440px){
    .xxl\:container{
      max-width: 1440px;
    }
  }

  .xxl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5.425rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5.425rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5.425rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5.425rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:-space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xxl\:-space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xxl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
  }

  .xxl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1 !important;
  }

  .xxl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xxl\:divide-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xxl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxl\:divide-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xxl\:divide-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxl\:divide-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xxl\:divide-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxl\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xxl\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xxl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1 !important;
  }

  .xxl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1 !important;
  }

  .xxl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent !important;
  }

  .xxl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-red > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity)) !important;
  }

  .xxl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid !important;
  }

  .xxl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed !important;
  }

  .xxl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted !important;
  }

  .xxl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double !important;
  }

  .xxl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none !important;
  }

  .xxl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0 !important;
  }

  .xxl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.05 !important;
  }

  .xxl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.1 !important;
  }

  .xxl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.2 !important;
  }

  .xxl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25 !important;
  }

  .xxl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.3 !important;
  }

  .xxl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.4 !important;
  }

  .xxl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5 !important;
  }

  .xxl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.6 !important;
  }

  .xxl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.7 !important;
  }

  .xxl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75 !important;
  }

  .xxl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.8 !important;
  }

  .xxl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.9 !important;
  }

  .xxl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.95 !important;
  }

  .xxl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-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-within\:sr-only:focus-within{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xxl\:focus-within\:not-sr-only:focus-within{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .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-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-transparent{
    background-color: transparent !important;
  }

  .group:hover .xxl\:group-hover\:bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-red{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-yellow-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:bg-blue-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-transparent:focus-within{
    background-color: transparent !important;
  }

  .xxl\:focus-within\:bg-black:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-white:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-red:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-gray-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-gray-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-gray-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-gray-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-gray-700:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-yellow-100:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-yellow-500:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-blue-200:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-blue-300:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus-within\:bg-blue-400:focus-within{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xxl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-100:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-500:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-200:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-300:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-400:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xxl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 125, 125, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 111, 111, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-700:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-100:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 167, 69, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-500:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 145, 23, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-200:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 194, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-300:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 144, 255, var(--tw-bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-400:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 124, 219, var(--tw-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(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top left, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(top right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xxl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops))) !important;
    background-image: -o-linear-gradient(bottom right, var(--tw-gradient-stops)) !important;
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xxl\:from-transparent{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-black{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-white{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-red{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xxl\:from-gray-100{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:from-gray-200{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xxl\:from-gray-400{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xxl\:from-gray-500{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xxl\:from-gray-700{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:from-yellow-100{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xxl\:from-yellow-500{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xxl\:from-blue-200{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xxl\:from-blue-300{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xxl\:from-blue-400{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xxl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-red{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xxl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xxl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xxl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xxl\:via-gray-700{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:via-yellow-100{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xxl\:via-yellow-500{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xxl\:via-blue-200{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xxl\:via-blue-300{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xxl\:via-blue-400{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xxl\:to-transparent{
    --tw-gradient-to: transparent !important;
  }

  .xxl\:to-black{
    --tw-gradient-to: #000 !important;
  }

  .xxl\:to-white{
    --tw-gradient-to: #fff !important;
  }

  .xxl\:to-red{
    --tw-gradient-to: #f33 !important;
  }

  .xxl\:to-gray-100{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xxl\:to-gray-200{
    --tw-gradient-to: #DADADA !important;
  }

  .xxl\:to-gray-400{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xxl\:to-gray-500{
    --tw-gradient-to: #706F6F !important;
  }

  .xxl\:to-gray-700{
    --tw-gradient-to: #333 !important;
  }

  .xxl\:to-yellow-100{
    --tw-gradient-to: #fca745 !important;
  }

  .xxl\:to-yellow-500{
    --tw-gradient-to: #FB9117 !important;
  }

  .xxl\:to-blue-200{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xxl\:to-blue-300{
    --tw-gradient-to: #1E90FF !important;
  }

  .xxl\:to-blue-400{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xxl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-black:hover{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-white:hover{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-red:hover{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xxl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xxl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xxl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xxl\:hover\:from-gray-700:hover{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:hover\:from-yellow-100:hover{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xxl\:hover\:from-yellow-500:hover{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xxl\:hover\:from-blue-200:hover{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xxl\:hover\:from-blue-300:hover{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xxl\:hover\:from-blue-400:hover{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xxl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-red:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xxl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xxl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xxl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xxl\:hover\:via-gray-700:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:hover\:via-yellow-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xxl\:hover\:via-yellow-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xxl\:hover\:via-blue-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xxl\:hover\:via-blue-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xxl\:hover\:via-blue-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xxl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent !important;
  }

  .xxl\:hover\:to-black:hover{
    --tw-gradient-to: #000 !important;
  }

  .xxl\:hover\:to-white:hover{
    --tw-gradient-to: #fff !important;
  }

  .xxl\:hover\:to-red:hover{
    --tw-gradient-to: #f33 !important;
  }

  .xxl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xxl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #DADADA !important;
  }

  .xxl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xxl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #706F6F !important;
  }

  .xxl\:hover\:to-gray-700:hover{
    --tw-gradient-to: #333 !important;
  }

  .xxl\:hover\:to-yellow-100:hover{
    --tw-gradient-to: #fca745 !important;
  }

  .xxl\:hover\:to-yellow-500:hover{
    --tw-gradient-to: #FB9117 !important;
  }

  .xxl\:hover\:to-blue-200:hover{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xxl\:hover\:to-blue-300:hover{
    --tw-gradient-to: #1E90FF !important;
  }

  .xxl\:hover\:to-blue-400:hover{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xxl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-black:focus{
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-white:focus{
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-red:focus{
    --tw-gradient-from: #f33 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xxl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #f3f3f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #DADADA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xxl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #7d7d7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xxl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #706F6F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xxl\:focus\:from-gray-700:focus{
    --tw-gradient-from: #333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:focus\:from-yellow-100:focus{
    --tw-gradient-from: #fca745 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xxl\:focus\:from-yellow-500:focus{
    --tw-gradient-from: #FB9117 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xxl\:focus\:from-blue-200:focus{
    --tw-gradient-from: #1EC2FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xxl\:focus\:from-blue-300:focus{
    --tw-gradient-from: #1E90FF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xxl\:focus\:from-blue-400:focus{
    --tw-gradient-from: #1a7cdb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xxl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-red:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f33, var(--tw-gradient-to, rgba(255, 51, 51, 0)) !important;
  }

  .xxl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0)) !important;
  }

  .xxl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #DADADA, var(--tw-gradient-to, rgba(218, 218, 218, 0)) !important;
  }

  .xxl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #7d7d7d, var(--tw-gradient-to, rgba(125, 125, 125, 0)) !important;
  }

  .xxl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #706F6F, var(--tw-gradient-to, rgba(112, 111, 111, 0)) !important;
  }

  .xxl\:focus\:via-gray-700:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:focus\:via-yellow-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fca745, var(--tw-gradient-to, rgba(252, 167, 69, 0)) !important;
  }

  .xxl\:focus\:via-yellow-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #FB9117, var(--tw-gradient-to, rgba(251, 145, 23, 0)) !important;
  }

  .xxl\:focus\:via-blue-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1EC2FF, var(--tw-gradient-to, rgba(30, 194, 255, 0)) !important;
  }

  .xxl\:focus\:via-blue-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1E90FF, var(--tw-gradient-to, rgba(30, 144, 255, 0)) !important;
  }

  .xxl\:focus\:via-blue-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #1a7cdb, var(--tw-gradient-to, rgba(26, 124, 219, 0)) !important;
  }

  .xxl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent !important;
  }

  .xxl\:focus\:to-black:focus{
    --tw-gradient-to: #000 !important;
  }

  .xxl\:focus\:to-white:focus{
    --tw-gradient-to: #fff !important;
  }

  .xxl\:focus\:to-red:focus{
    --tw-gradient-to: #f33 !important;
  }

  .xxl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #f3f3f3 !important;
  }

  .xxl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #DADADA !important;
  }

  .xxl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #7d7d7d !important;
  }

  .xxl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #706F6F !important;
  }

  .xxl\:focus\:to-gray-700:focus{
    --tw-gradient-to: #333 !important;
  }

  .xxl\:focus\:to-yellow-100:focus{
    --tw-gradient-to: #fca745 !important;
  }

  .xxl\:focus\:to-yellow-500:focus{
    --tw-gradient-to: #FB9117 !important;
  }

  .xxl\:focus\:to-blue-200:focus{
    --tw-gradient-to: #1EC2FF !important;
  }

  .xxl\:focus\:to-blue-300:focus{
    --tw-gradient-to: #1E90FF !important;
  }

  .xxl\:focus\:to-blue-400:focus{
    --tw-gradient-to: #1a7cdb !important;
  }

  .xxl\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .xxl\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-5{
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-10{
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-20{
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-30{
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-40{
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-60{
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-70{
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-80{
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-90{
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-95{
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1 !important;
  }

  .xxl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:focus-within\:bg-opacity-5:focus-within{
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:bg-opacity-10:focus-within{
    --tw-bg-opacity: 0.1 !important;
  }

  .xxl\:focus-within\:bg-opacity-20:focus-within{
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:bg-opacity-30:focus-within{
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:bg-opacity-40:focus-within{
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:bg-opacity-60:focus-within{
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:bg-opacity-70:focus-within{
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:bg-opacity-80:focus-within{
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:bg-opacity-90:focus-within{
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:bg-opacity-95:focus-within{
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1 !important;
  }

  .xxl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:hover\:bg-opacity-5:hover{
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1 !important;
  }

  .xxl\:hover\:bg-opacity-20:hover{
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:hover\:bg-opacity-30:hover{
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:hover\:bg-opacity-40:hover{
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:hover\:bg-opacity-60:hover{
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:hover\:bg-opacity-70:hover{
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:hover\:bg-opacity-80:hover{
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:hover\:bg-opacity-90:hover{
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:hover\:bg-opacity-95:hover{
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1 !important;
  }

  .xxl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0 !important;
  }

  .xxl\:focus\:bg-opacity-5:focus{
    --tw-bg-opacity: 0.05 !important;
  }

  .xxl\:focus\:bg-opacity-10:focus{
    --tw-bg-opacity: 0.1 !important;
  }

  .xxl\:focus\:bg-opacity-20:focus{
    --tw-bg-opacity: 0.2 !important;
  }

  .xxl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25 !important;
  }

  .xxl\:focus\:bg-opacity-30:focus{
    --tw-bg-opacity: 0.3 !important;
  }

  .xxl\:focus\:bg-opacity-40:focus{
    --tw-bg-opacity: 0.4 !important;
  }

  .xxl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5 !important;
  }

  .xxl\:focus\:bg-opacity-60:focus{
    --tw-bg-opacity: 0.6 !important;
  }

  .xxl\:focus\:bg-opacity-70:focus{
    --tw-bg-opacity: 0.7 !important;
  }

  .xxl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75 !important;
  }

  .xxl\:focus\:bg-opacity-80:focus{
    --tw-bg-opacity: 0.8 !important;
  }

  .xxl\:focus\:bg-opacity-90:focus{
    --tw-bg-opacity: 0.9 !important;
  }

  .xxl\:focus\:bg-opacity-95:focus{
    --tw-bg-opacity: 0.95 !important;
  }

  .xxl\:focus\:bg-opacity-100:focus{
    --tw-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-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-transparent{
    border-color: transparent !important;
  }

  .group:hover .xxl\:group-hover\:border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-red{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-gray-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-gray-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-gray-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-gray-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-gray-700{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-yellow-100{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-yellow-500{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-blue-200{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-blue-300{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-blue-400{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .group:hover .xxl\:group-hover\:border-default{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-transparent:focus-within{
    border-color: transparent !important;
  }

  .xxl\:focus-within\:border-black:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-white:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-red:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-gray-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-gray-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-gray-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-gray-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-gray-700:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-yellow-100:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-yellow-500:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-blue-200:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-blue-300:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-blue-400:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus-within\:border-default:focus-within{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xxl\:hover\:border-black:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-white:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-red:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-700:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-100:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-500:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-200:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-300:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-400:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xxl\:hover\:border-default:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xxl\:focus\:border-black:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-white:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-red:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 125, 125, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 111, 111, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-700:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-100:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 167, 69, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-500:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 145, 23, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-200:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 194, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-300:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 144, 255, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-400:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 124, 219, var(--tw-border-opacity)) !important;
  }

  .xxl\:focus\:border-default:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity)) !important;
  }

  .xxl\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .xxl\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .xxl\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-5{
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-10{
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-20{
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-30{
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-40{
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-60{
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-70{
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-80{
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-90{
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-95{
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1 !important;
  }

  .xxl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0 !important;
  }

  .xxl\:focus-within\:border-opacity-5:focus-within{
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:border-opacity-10:focus-within{
    --tw-border-opacity: 0.1 !important;
  }

  .xxl\:focus-within\:border-opacity-20:focus-within{
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:border-opacity-30:focus-within{
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:border-opacity-40:focus-within{
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:border-opacity-60:focus-within{
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:border-opacity-70:focus-within{
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:border-opacity-80:focus-within{
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:border-opacity-90:focus-within{
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:border-opacity-95:focus-within{
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1 !important;
  }

  .xxl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0 !important;
  }

  .xxl\:hover\:border-opacity-5:hover{
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:hover\:border-opacity-10:hover{
    --tw-border-opacity: 0.1 !important;
  }

  .xxl\:hover\:border-opacity-20:hover{
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:hover\:border-opacity-30:hover{
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:hover\:border-opacity-40:hover{
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:hover\:border-opacity-60:hover{
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:hover\:border-opacity-70:hover{
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:hover\:border-opacity-80:hover{
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:hover\:border-opacity-90:hover{
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:hover\:border-opacity-95:hover{
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1 !important;
  }

  .xxl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0 !important;
  }

  .xxl\:focus\:border-opacity-5:focus{
    --tw-border-opacity: 0.05 !important;
  }

  .xxl\:focus\:border-opacity-10:focus{
    --tw-border-opacity: 0.1 !important;
  }

  .xxl\:focus\:border-opacity-20:focus{
    --tw-border-opacity: 0.2 !important;
  }

  .xxl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25 !important;
  }

  .xxl\:focus\:border-opacity-30:focus{
    --tw-border-opacity: 0.3 !important;
  }

  .xxl\:focus\:border-opacity-40:focus{
    --tw-border-opacity: 0.4 !important;
  }

  .xxl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5 !important;
  }

  .xxl\:focus\:border-opacity-60:focus{
    --tw-border-opacity: 0.6 !important;
  }

  .xxl\:focus\:border-opacity-70:focus{
    --tw-border-opacity: 0.7 !important;
  }

  .xxl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75 !important;
  }

  .xxl\:focus\:border-opacity-80:focus{
    --tw-border-opacity: 0.8 !important;
  }

  .xxl\:focus\:border-opacity-90:focus{
    --tw-border-opacity: 0.9 !important;
  }

  .xxl\:focus\:border-opacity-95:focus{
    --tw-border-opacity: 0.95 !important;
  }

  .xxl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1 !important;
  }

  .xxl\:rounded-none{
    border-radius: 0 !important;
  }

  .xxl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xxl\:rounded-default{
    border-radius: 0.25rem !important;
  }

  .xxl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xxl\:rounded-full{
    border-radius: 9999px !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-default{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-r-default{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-b-default{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-l-default{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !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-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-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-default{
    border-top-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-tr-default{
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-br-default{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-bl-default{
    border-bottom-left-radius: 0.25rem !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-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\: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: 0px !important;
  }

  .xxl\:border-2{
    border-width: 2px !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: 0px !important;
  }

  .xxl\:border-r-0{
    border-right-width: 0px !important;
  }

  .xxl\:border-b-0{
    border-bottom-width: 0px !important;
  }

  .xxl\:border-l-0{
    border-left-width: 0px !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-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-nowrap{
    -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-default{
    -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-default{
    -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\: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: Raleway, sans-serif !important;
  }

  .xxl\:font-icon{
    font-family: dh-icon !important;
  }

  .xxl\:font-light{
    font-weight: 300 !important;
  }

  .xxl\:font-regular{
    font-weight: 400 !important;
  }

  .xxl\:font-semibold{
    font-weight: 700 !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: 3.75rem !important;
  }

  .xxl\:h-20{
    height: 5rem !important;
  }

  .xxl\:h-24{
    height: 5.425rem !important;
  }

  .xxl\:h-32{
    height: 8rem !important;
  }

  .xxl\:h-40{
    height: 10rem !important;
  }

  .xxl\:h-48{
    height: 12.5rem !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-full{
    height: 100% !important;
  }

  .xxl\:h-screen{
    height: 100vh !important;
  }

  .xxl\:text-cero{
    font-size: 0rem !important;
  }

  .xxl\:text-xs{
    font-size: 0.5rem !important;
  }

  .xxl\:text-sm{
    font-size: 0.86rem !important;
  }

  .xxl\:text-base{
    font-size: 1rem !important;
  }

  .xxl\:text-lg{
    font-size: 1.125rem !important;
  }

  .xxl\:text-xl{
    font-size: 1.25rem !important;
  }

  .xxl\:text-2xl{
    font-size: 1.52381rem !important;
  }

  .xxl\:text-3xl{
    font-size: 1.75rem !important;
  }

  .xxl\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xxl\:text-5xl{
    font-size: 3rem !important;
  }

  .xxl\:text-6xl{
    font-size: 3.75rem !important;
  }

  .xxl\:text-7xl{
    font-size: 4.625rem !important;
  }

  .xxl\:leading-leading-3{
    line-height: .75 !important;
  }

  .xxl\:leading-none{
    line-height: 1 !important;
  }

  .xxl\:leading-tighter{
    line-height: 1.125 !important;
  }

  .xxl\:leading-leading-6{
    line-height: 1.5 !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\: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: 3.75rem !important;
  }

  .xxl\:m-20{
    margin: 5rem !important;
  }

  .xxl\:m-24{
    margin: 5.425rem !important;
  }

  .xxl\:m-32{
    margin: 8rem !important;
  }

  .xxl\:m-40{
    margin: 10rem !important;
  }

  .xxl\:m-48{
    margin: 12.5rem !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-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: -3.75rem !important;
  }

  .xxl\:-m-20{
    margin: -5rem !important;
  }

  .xxl\:-m-24{
    margin: -5.425rem !important;
  }

  .xxl\:-m-32{
    margin: -8rem !important;
  }

  .xxl\:-m-40{
    margin: -10rem !important;
  }

  .xxl\:-m-48{
    margin: -12.5rem !important;
  }

  .xxl\:-m-56{
    margin: -14rem !important;
  }

  .xxl\:-m-64{
    margin: -16rem !important;
  }

  .xxl\:-m-px{
    margin: -1px !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: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .xxl\:mx-16{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !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: 5.425rem !important;
    margin-bottom: 5.425rem !important;
  }

  .xxl\:mx-24{
    margin-left: 5.425rem !important;
    margin-right: 5.425rem !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: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .xxl\:mx-48{
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !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-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: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .xxl\:-mx-16{
    margin-left: -3.75rem !important;
    margin-right: -3.75rem !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: -5.425rem !important;
    margin-bottom: -5.425rem !important;
  }

  .xxl\:-mx-24{
    margin-left: -5.425rem !important;
    margin-right: -5.425rem !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: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }

  .xxl\:-mx-48{
    margin-left: -12.5rem !important;
    margin-right: -12.5rem !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\: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: 3.75rem !important;
  }

  .xxl\:mr-16{
    margin-right: 3.75rem !important;
  }

  .xxl\:mb-16{
    margin-bottom: 3.75rem !important;
  }

  .xxl\:ml-16{
    margin-left: 3.75rem !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: 5.425rem !important;
  }

  .xxl\:mr-24{
    margin-right: 5.425rem !important;
  }

  .xxl\:mb-24{
    margin-bottom: 5.425rem !important;
  }

  .xxl\:ml-24{
    margin-left: 5.425rem !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: 12.5rem !important;
  }

  .xxl\:mr-48{
    margin-right: 12.5rem !important;
  }

  .xxl\:mb-48{
    margin-bottom: 12.5rem !important;
  }

  .xxl\:ml-48{
    margin-left: 12.5rem !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-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: -3.75rem !important;
  }

  .xxl\:-mr-16{
    margin-right: -3.75rem !important;
  }

  .xxl\:-mb-16{
    margin-bottom: -3.75rem !important;
  }

  .xxl\:-ml-16{
    margin-left: -3.75rem !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: -5.425rem !important;
  }

  .xxl\:-mr-24{
    margin-right: -5.425rem !important;
  }

  .xxl\:-mb-24{
    margin-bottom: -5.425rem !important;
  }

  .xxl\:-ml-24{
    margin-left: -5.425rem !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: -12.5rem !important;
  }

  .xxl\:-mr-48{
    margin-right: -12.5rem !important;
  }

  .xxl\:-mb-48{
    margin-bottom: -12.5rem !important;
  }

  .xxl\:-ml-48{
    margin-left: -12.5rem !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\:max-h-0{
    max-height: 0 !important;
  }

  .xxl\:max-h-1{
    max-height: 0.25rem !important;
  }

  .xxl\:max-h-2{
    max-height: 0.5rem !important;
  }

  .xxl\:max-h-3{
    max-height: 0.75rem !important;
  }

  .xxl\:max-h-4{
    max-height: 1rem !important;
  }

  .xxl\:max-h-5{
    max-height: 1.25rem !important;
  }

  .xxl\:max-h-6{
    max-height: 1.5rem !important;
  }

  .xxl\:max-h-8{
    max-height: 2rem !important;
  }

  .xxl\:max-h-10{
    max-height: 2.5rem !important;
  }

  .xxl\:max-h-12{
    max-height: 3rem !important;
  }

  .xxl\:max-h-16{
    max-height: 3.75rem !important;
  }

  .xxl\:max-h-20{
    max-height: 5rem !important;
  }

  .xxl\:max-h-24{
    max-height: 5.425rem !important;
  }

  .xxl\:max-h-32{
    max-height: 8rem !important;
  }

  .xxl\:max-h-40{
    max-height: 10rem !important;
  }

  .xxl\:max-h-48{
    max-height: 12.5rem !important;
  }

  .xxl\:max-h-56{
    max-height: 14rem !important;
  }

  .xxl\:max-h-64{
    max-height: 16rem !important;
  }

  .xxl\:max-h-px{
    max-height: 1px !important;
  }

  .xxl\:max-h-full{
    max-height: 100% !important;
  }

  .xxl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xxl\:max-w-0{
    max-width: 0rem !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-7xl{
    max-width: 80rem !important;
  }

  .xxl\:max-w-full{
    max-width: 100% !important;
  }

  .xxl\:max-w-min{
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xxl\:max-w-max{
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xxl\:max-w-prose{
    max-width: 65ch !important;
  }

  .xxl\:max-w-screen-xs{
    max-width: 480px !important;
  }

  .xxl\:max-w-screen-sm{
    max-width: 640px !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: 1087px !important;
  }

  .xxl\:max-w-screen-xxl{
    max-width: 1440px !important;
  }

  .xxl\:min-h-0{
    min-height: 0 !important;
  }

  .xxl\:min-h-1{
    min-height: 0.25rem !important;
  }

  .xxl\:min-h-2{
    min-height: 0.5rem !important;
  }

  .xxl\:min-h-3{
    min-height: 0.75rem !important;
  }

  .xxl\:min-h-4{
    min-height: 1rem !important;
  }

  .xxl\:min-h-5{
    min-height: 1.25rem !important;
  }

  .xxl\:min-h-6{
    min-height: 1.5rem !important;
  }

  .xxl\:min-h-8{
    min-height: 2rem !important;
  }

  .xxl\:min-h-10{
    min-height: 2.5rem !important;
  }

  .xxl\:min-h-12{
    min-height: 3rem !important;
  }

  .xxl\:min-h-16{
    min-height: 3.75rem !important;
  }

  .xxl\:min-h-20{
    min-height: 5rem !important;
  }

  .xxl\:min-h-24{
    min-height: 5.425rem !important;
  }

  .xxl\:min-h-32{
    min-height: 8rem !important;
  }

  .xxl\:min-h-40{
    min-height: 10rem !important;
  }

  .xxl\:min-h-48{
    min-height: 12.5rem !important;
  }

  .xxl\:min-h-56{
    min-height: 14rem !important;
  }

  .xxl\:min-h-64{
    min-height: 16rem !important;
  }

  .xxl\:min-h-auto{
    min-height: auto !important;
  }

  .xxl\:min-h-px{
    min-height: 1px !important;
  }

  .xxl\:min-h-1\/4{
    min-height: 25% !important;
  }

  .xxl\:min-h-1\/2{
    min-height: 50% !important;
  }

  .xxl\:min-h-3\/4{
    min-height: 75% !important;
  }

  .xxl\:min-h-full{
    min-height: 100% !important;
  }

  .xxl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xxl\:min-w-0{
    min-width: 0px !important;
  }

  .xxl\:min-w-full{
    min-width: 100% !important;
  }

  .xxl\:min-w-min{
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xxl\:min-w-max{
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !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-5{
    opacity: 0.05 !important;
  }

  .xxl\:opacity-10{
    opacity: 0.1 !important;
  }

  .xxl\:opacity-20{
    opacity: 0.2 !important;
  }

  .xxl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xxl\:opacity-30{
    opacity: 0.3 !important;
  }

  .xxl\:opacity-40{
    opacity: 0.4 !important;
  }

  .xxl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xxl\:opacity-60{
    opacity: 0.6 !important;
  }

  .xxl\:opacity-70{
    opacity: 0.7 !important;
  }

  .xxl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xxl\:opacity-80{
    opacity: 0.8 !important;
  }

  .xxl\:opacity-90{
    opacity: 0.9 !important;
  }

  .xxl\:opacity-95{
    opacity: 0.95 !important;
  }

  .xxl\:opacity-100{
    opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-0{
    opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-5{
    opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-10{
    opacity: 0.1 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-20{
    opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-25{
    opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-30{
    opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-40{
    opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-50{
    opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-60{
    opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-70{
    opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-75{
    opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-80{
    opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-90{
    opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-95{
    opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:opacity-100{
    opacity: 1 !important;
  }

  .xxl\:focus-within\:opacity-0:focus-within{
    opacity: 0 !important;
  }

  .xxl\:focus-within\:opacity-5:focus-within{
    opacity: 0.05 !important;
  }

  .xxl\:focus-within\:opacity-10:focus-within{
    opacity: 0.1 !important;
  }

  .xxl\:focus-within\:opacity-20:focus-within{
    opacity: 0.2 !important;
  }

  .xxl\:focus-within\:opacity-25:focus-within{
    opacity: 0.25 !important;
  }

  .xxl\:focus-within\:opacity-30:focus-within{
    opacity: 0.3 !important;
  }

  .xxl\:focus-within\:opacity-40:focus-within{
    opacity: 0.4 !important;
  }

  .xxl\:focus-within\:opacity-50:focus-within{
    opacity: 0.5 !important;
  }

  .xxl\:focus-within\:opacity-60:focus-within{
    opacity: 0.6 !important;
  }

  .xxl\:focus-within\:opacity-70:focus-within{
    opacity: 0.7 !important;
  }

  .xxl\:focus-within\:opacity-75:focus-within{
    opacity: 0.75 !important;
  }

  .xxl\:focus-within\:opacity-80:focus-within{
    opacity: 0.8 !important;
  }

  .xxl\:focus-within\:opacity-90:focus-within{
    opacity: 0.9 !important;
  }

  .xxl\:focus-within\:opacity-95:focus-within{
    opacity: 0.95 !important;
  }

  .xxl\:focus-within\:opacity-100:focus-within{
    opacity: 1 !important;
  }

  .xxl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xxl\:hover\:opacity-5:hover{
    opacity: 0.05 !important;
  }

  .xxl\:hover\:opacity-10:hover{
    opacity: 0.1 !important;
  }

  .xxl\:hover\:opacity-20:hover{
    opacity: 0.2 !important;
  }

  .xxl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xxl\:hover\:opacity-30:hover{
    opacity: 0.3 !important;
  }

  .xxl\:hover\:opacity-40:hover{
    opacity: 0.4 !important;
  }

  .xxl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xxl\:hover\:opacity-60:hover{
    opacity: 0.6 !important;
  }

  .xxl\:hover\:opacity-70:hover{
    opacity: 0.7 !important;
  }

  .xxl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xxl\:hover\:opacity-80:hover{
    opacity: 0.8 !important;
  }

  .xxl\:hover\:opacity-90:hover{
    opacity: 0.9 !important;
  }

  .xxl\:hover\:opacity-95:hover{
    opacity: 0.95 !important;
  }

  .xxl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xxl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xxl\:focus\:opacity-5:focus{
    opacity: 0.05 !important;
  }

  .xxl\:focus\:opacity-10:focus{
    opacity: 0.1 !important;
  }

  .xxl\:focus\:opacity-20:focus{
    opacity: 0.2 !important;
  }

  .xxl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xxl\:focus\:opacity-30:focus{
    opacity: 0.3 !important;
  }

  .xxl\:focus\:opacity-40:focus{
    opacity: 0.4 !important;
  }

  .xxl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xxl\:focus\:opacity-60:focus{
    opacity: 0.6 !important;
  }

  .xxl\:focus\:opacity-70:focus{
    opacity: 0.7 !important;
  }

  .xxl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xxl\:focus\:opacity-80:focus{
    opacity: 0.8 !important;
  }

  .xxl\:focus\:opacity-90:focus{
    opacity: 0.9 !important;
  }

  .xxl\:focus\:opacity-95:focus{
    opacity: 0.95 !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-within\:outline-none:focus-within{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus-within\:outline-white:focus-within{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus-within\:outline-black:focus-within{
    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\: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: 3.75rem !important;
  }

  .xxl\:p-20{
    padding: 5rem !important;
  }

  .xxl\:p-24{
    padding: 5.425rem !important;
  }

  .xxl\:p-32{
    padding: 8rem !important;
  }

  .xxl\:p-40{
    padding: 10rem !important;
  }

  .xxl\:p-48{
    padding: 12.5rem !important;
  }

  .xxl\:p-56{
    padding: 14rem !important;
  }

  .xxl\:p-64{
    padding: 16rem !important;
  }

  .xxl\:p-px{
    padding: 1px !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: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .xxl\:px-16{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !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: 5.425rem !important;
    padding-bottom: 5.425rem !important;
  }

  .xxl\:px-24{
    padding-left: 5.425rem !important;
    padding-right: 5.425rem !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: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .xxl\:px-48{
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !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\: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: 3.75rem !important;
  }

  .xxl\:pr-16{
    padding-right: 3.75rem !important;
  }

  .xxl\:pb-16{
    padding-bottom: 3.75rem !important;
  }

  .xxl\:pl-16{
    padding-left: 3.75rem !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: 5.425rem !important;
  }

  .xxl\:pr-24{
    padding-right: 5.425rem !important;
  }

  .xxl\:pb-24{
    padding-bottom: 5.425rem !important;
  }

  .xxl\:pl-24{
    padding-left: 5.425rem !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: 12.5rem !important;
  }

  .xxl\:pr-48{
    padding-right: 12.5rem !important;
  }

  .xxl\:pb-48{
    padding-bottom: 12.5rem !important;
  }

  .xxl\:pl-48{
    padding-left: 12.5rem !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\: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-black::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-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-black:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::placeholder{
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-placeholder-opacity)) !important;
  }

  .xxl\:placeholder-opacity-0::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-5::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-5::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-5:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-5::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-5::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:placeholder-opacity-10::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:placeholder-opacity-10::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:placeholder-opacity-10:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:placeholder-opacity-10::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:placeholder-opacity-10::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:placeholder-opacity-20::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-20::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-20:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-20::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-20::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:placeholder-opacity-25::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-30::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-30::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-30:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-30::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-30::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:placeholder-opacity-40::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-40::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-40:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-40::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-40::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:placeholder-opacity-50::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-60::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-60::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-60:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-60::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-60::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:placeholder-opacity-70::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-70::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-70:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-70::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-70::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:placeholder-opacity-75::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-80::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-80::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-80:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-80::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-80::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:placeholder-opacity-90::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-90::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-90:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-90::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-90::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:placeholder-opacity-95::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-95::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-95:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-95::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-95::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:placeholder-opacity-100::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-5:focus::placeholder{
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:focus\:placeholder-opacity-10:focus::placeholder{
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-20:focus::placeholder{
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-30:focus::placeholder{
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-40:focus::placeholder{
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-60:focus::placeholder{
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-70:focus::placeholder{
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-80:focus::placeholder{
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-90:focus::placeholder{
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-95:focus::placeholder{
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --tw-placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-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: -webkit-sticky !important;
    position: sticky !important;
  }

  .xxl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-1{
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xxl\:inset-2{
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xxl\:inset-3{
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xxl\:inset-4{
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xxl\:inset-5{
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xxl\:inset-6{
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xxl\:inset-8{
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xxl\:inset-10{
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xxl\:inset-12{
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xxl\:inset-16{
    top: 3.75rem !important;
    right: 3.75rem !important;
    bottom: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xxl\:inset-20{
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xxl\:inset-24{
    top: 5.425rem !important;
    right: 5.425rem !important;
    bottom: 5.425rem !important;
    left: 5.425rem !important;
  }

  .xxl\:inset-32{
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xxl\:inset-40{
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xxl\:inset-48{
    top: 12.5rem !important;
    right: 12.5rem !important;
    bottom: 12.5rem !important;
    left: 12.5rem !important;
  }

  .xxl\:inset-56{
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xxl\:inset-64{
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xxl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xxl\:-inset-1{
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xxl\:-inset-2{
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xxl\:-inset-3{
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xxl\:-inset-4{
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xxl\:-inset-5{
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xxl\:-inset-6{
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xxl\:-inset-8{
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xxl\:-inset-10{
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xxl\:-inset-12{
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xxl\:-inset-16{
    top: -3.75rem !important;
    right: -3.75rem !important;
    bottom: -3.75rem !important;
    left: -3.75rem !important;
  }

  .xxl\:-inset-20{
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xxl\:-inset-24{
    top: -5.425rem !important;
    right: -5.425rem !important;
    bottom: -5.425rem !important;
    left: -5.425rem !important;
  }

  .xxl\:-inset-32{
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xxl\:-inset-40{
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xxl\:-inset-48{
    top: -12.5rem !important;
    right: -12.5rem !important;
    bottom: -12.5rem !important;
    left: -12.5rem !important;
  }

  .xxl\:-inset-56{
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xxl\:-inset-64{
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xxl\:-inset-px{
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xxl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-1\/3{
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xxl\:inset-2\/3{
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xxl\:inset-1\/4{
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xxl\:inset-2\/4{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-3\/4{
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xxl\:inset-full{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xxl\:-inset-1\/2{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xxl\:-inset-1\/3{
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xxl\:-inset-2\/3{
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xxl\:-inset-1\/4{
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xxl\:-inset-2\/4{
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xxl\:-inset-3\/4{
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xxl\:-inset-full{
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xxl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-y-1{
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xxl\:inset-x-1{
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xxl\:inset-y-2{
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xxl\:inset-x-2{
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xxl\:inset-y-3{
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xxl\:inset-x-3{
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xxl\:inset-y-4{
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xxl\:inset-x-4{
    right: 1rem !important;
    left: 1rem !important;
  }

  .xxl\:inset-y-5{
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xxl\:inset-x-5{
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xxl\:inset-y-6{
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xxl\:inset-x-6{
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xxl\:inset-y-8{
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xxl\:inset-x-8{
    right: 2rem !important;
    left: 2rem !important;
  }

  .xxl\:inset-y-10{
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xxl\:inset-x-10{
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xxl\:inset-y-12{
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xxl\:inset-x-12{
    right: 3rem !important;
    left: 3rem !important;
  }

  .xxl\:inset-y-16{
    top: 3.75rem !important;
    bottom: 3.75rem !important;
  }

  .xxl\:inset-x-16{
    right: 3.75rem !important;
    left: 3.75rem !important;
  }

  .xxl\:inset-y-20{
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xxl\:inset-x-20{
    right: 5rem !important;
    left: 5rem !important;
  }

  .xxl\:inset-y-24{
    top: 5.425rem !important;
    bottom: 5.425rem !important;
  }

  .xxl\:inset-x-24{
    right: 5.425rem !important;
    left: 5.425rem !important;
  }

  .xxl\:inset-y-32{
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xxl\:inset-x-32{
    right: 8rem !important;
    left: 8rem !important;
  }

  .xxl\:inset-y-40{
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xxl\:inset-x-40{
    right: 10rem !important;
    left: 10rem !important;
  }

  .xxl\:inset-y-48{
    top: 12.5rem !important;
    bottom: 12.5rem !important;
  }

  .xxl\:inset-x-48{
    right: 12.5rem !important;
    left: 12.5rem !important;
  }

  .xxl\:inset-y-56{
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xxl\:inset-x-56{
    right: 14rem !important;
    left: 14rem !important;
  }

  .xxl\:inset-y-64{
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xxl\:inset-x-64{
    right: 16rem !important;
    left: 16rem !important;
  }

  .xxl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xxl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xxl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xxl\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xxl\:-inset-y-1{
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xxl\:-inset-x-1{
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xxl\:-inset-y-2{
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xxl\:-inset-x-2{
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xxl\:-inset-y-3{
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xxl\:-inset-x-3{
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xxl\:-inset-y-4{
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xxl\:-inset-x-4{
    right: -1rem !important;
    left: -1rem !important;
  }

  .xxl\:-inset-y-5{
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xxl\:-inset-x-5{
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xxl\:-inset-y-6{
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xxl\:-inset-x-6{
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xxl\:-inset-y-8{
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xxl\:-inset-x-8{
    right: -2rem !important;
    left: -2rem !important;
  }

  .xxl\:-inset-y-10{
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xxl\:-inset-x-10{
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xxl\:-inset-y-12{
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xxl\:-inset-x-12{
    right: -3rem !important;
    left: -3rem !important;
  }

  .xxl\:-inset-y-16{
    top: -3.75rem !important;
    bottom: -3.75rem !important;
  }

  .xxl\:-inset-x-16{
    right: -3.75rem !important;
    left: -3.75rem !important;
  }

  .xxl\:-inset-y-20{
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xxl\:-inset-x-20{
    right: -5rem !important;
    left: -5rem !important;
  }

  .xxl\:-inset-y-24{
    top: -5.425rem !important;
    bottom: -5.425rem !important;
  }

  .xxl\:-inset-x-24{
    right: -5.425rem !important;
    left: -5.425rem !important;
  }

  .xxl\:-inset-y-32{
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xxl\:-inset-x-32{
    right: -8rem !important;
    left: -8rem !important;
  }

  .xxl\:-inset-y-40{
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xxl\:-inset-x-40{
    right: -10rem !important;
    left: -10rem !important;
  }

  .xxl\:-inset-y-48{
    top: -12.5rem !important;
    bottom: -12.5rem !important;
  }

  .xxl\:-inset-x-48{
    right: -12.5rem !important;
    left: -12.5rem !important;
  }

  .xxl\:-inset-y-56{
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xxl\:-inset-x-56{
    right: -14rem !important;
    left: -14rem !important;
  }

  .xxl\:-inset-y-64{
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xxl\:-inset-x-64{
    right: -16rem !important;
    left: -16rem !important;
  }

  .xxl\:-inset-y-px{
    top: -1px !important;
    bottom: -1px !important;
  }

  .xxl\:-inset-x-px{
    right: -1px !important;
    left: -1px !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-1\/3{
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xxl\:inset-x-1\/3{
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xxl\:inset-y-2\/3{
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xxl\:inset-x-2\/3{
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xxl\:inset-y-1\/4{
    top: 25% !important;
    bottom: 25% !important;
  }

  .xxl\:inset-x-1\/4{
    right: 25% !important;
    left: 25% !important;
  }

  .xxl\:inset-y-2\/4{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxl\:inset-x-2\/4{
    right: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-y-3\/4{
    top: 75% !important;
    bottom: 75% !important;
  }

  .xxl\:inset-x-3\/4{
    right: 75% !important;
    left: 75% !important;
  }

  .xxl\:inset-y-full{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xxl\:inset-x-full{
    right: 100% !important;
    left: 100% !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-1\/3{
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xxl\:-inset-x-1\/3{
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xxl\:-inset-y-2\/3{
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xxl\:-inset-x-2\/3{
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xxl\:-inset-y-1\/4{
    top: -25% !important;
    bottom: -25% !important;
  }

  .xxl\:-inset-x-1\/4{
    right: -25% !important;
    left: -25% !important;
  }

  .xxl\:-inset-y-2\/4{
    top: -50% !important;
    bottom: -50% !important;
  }

  .xxl\:-inset-x-2\/4{
    right: -50% !important;
    left: -50% !important;
  }

  .xxl\:-inset-y-3\/4{
    top: -75% !important;
    bottom: -75% !important;
  }

  .xxl\:-inset-x-3\/4{
    right: -75% !important;
    left: -75% !important;
  }

  .xxl\:-inset-y-full{
    top: -100% !important;
    bottom: -100% !important;
  }

  .xxl\:-inset-x-full{
    right: -100% !important;
    left: -100% !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-1{
    top: 0.25rem !important;
  }

  .xxl\:right-1{
    right: 0.25rem !important;
  }

  .xxl\:bottom-1{
    bottom: 0.25rem !important;
  }

  .xxl\:left-1{
    left: 0.25rem !important;
  }

  .xxl\:top-2{
    top: 0.5rem !important;
  }

  .xxl\:right-2{
    right: 0.5rem !important;
  }

  .xxl\:bottom-2{
    bottom: 0.5rem !important;
  }

  .xxl\:left-2{
    left: 0.5rem !important;
  }

  .xxl\:top-3{
    top: 0.75rem !important;
  }

  .xxl\:right-3{
    right: 0.75rem !important;
  }

  .xxl\:bottom-3{
    bottom: 0.75rem !important;
  }

  .xxl\:left-3{
    left: 0.75rem !important;
  }

  .xxl\:top-4{
    top: 1rem !important;
  }

  .xxl\:right-4{
    right: 1rem !important;
  }

  .xxl\:bottom-4{
    bottom: 1rem !important;
  }

  .xxl\:left-4{
    left: 1rem !important;
  }

  .xxl\:top-5{
    top: 1.25rem !important;
  }

  .xxl\:right-5{
    right: 1.25rem !important;
  }

  .xxl\:bottom-5{
    bottom: 1.25rem !important;
  }

  .xxl\:left-5{
    left: 1.25rem !important;
  }

  .xxl\:top-6{
    top: 1.5rem !important;
  }

  .xxl\:right-6{
    right: 1.5rem !important;
  }

  .xxl\:bottom-6{
    bottom: 1.5rem !important;
  }

  .xxl\:left-6{
    left: 1.5rem !important;
  }

  .xxl\:top-8{
    top: 2rem !important;
  }

  .xxl\:right-8{
    right: 2rem !important;
  }

  .xxl\:bottom-8{
    bottom: 2rem !important;
  }

  .xxl\:left-8{
    left: 2rem !important;
  }

  .xxl\:top-10{
    top: 2.5rem !important;
  }

  .xxl\:right-10{
    right: 2.5rem !important;
  }

  .xxl\:bottom-10{
    bottom: 2.5rem !important;
  }

  .xxl\:left-10{
    left: 2.5rem !important;
  }

  .xxl\:top-12{
    top: 3rem !important;
  }

  .xxl\:right-12{
    right: 3rem !important;
  }

  .xxl\:bottom-12{
    bottom: 3rem !important;
  }

  .xxl\:left-12{
    left: 3rem !important;
  }

  .xxl\:top-16{
    top: 3.75rem !important;
  }

  .xxl\:right-16{
    right: 3.75rem !important;
  }

  .xxl\:bottom-16{
    bottom: 3.75rem !important;
  }

  .xxl\:left-16{
    left: 3.75rem !important;
  }

  .xxl\:top-20{
    top: 5rem !important;
  }

  .xxl\:right-20{
    right: 5rem !important;
  }

  .xxl\:bottom-20{
    bottom: 5rem !important;
  }

  .xxl\:left-20{
    left: 5rem !important;
  }

  .xxl\:top-24{
    top: 5.425rem !important;
  }

  .xxl\:right-24{
    right: 5.425rem !important;
  }

  .xxl\:bottom-24{
    bottom: 5.425rem !important;
  }

  .xxl\:left-24{
    left: 5.425rem !important;
  }

  .xxl\:top-32{
    top: 8rem !important;
  }

  .xxl\:right-32{
    right: 8rem !important;
  }

  .xxl\:bottom-32{
    bottom: 8rem !important;
  }

  .xxl\:left-32{
    left: 8rem !important;
  }

  .xxl\:top-40{
    top: 10rem !important;
  }

  .xxl\:right-40{
    right: 10rem !important;
  }

  .xxl\:bottom-40{
    bottom: 10rem !important;
  }

  .xxl\:left-40{
    left: 10rem !important;
  }

  .xxl\:top-48{
    top: 12.5rem !important;
  }

  .xxl\:right-48{
    right: 12.5rem !important;
  }

  .xxl\:bottom-48{
    bottom: 12.5rem !important;
  }

  .xxl\:left-48{
    left: 12.5rem !important;
  }

  .xxl\:top-56{
    top: 14rem !important;
  }

  .xxl\:right-56{
    right: 14rem !important;
  }

  .xxl\:bottom-56{
    bottom: 14rem !important;
  }

  .xxl\:left-56{
    left: 14rem !important;
  }

  .xxl\:top-64{
    top: 16rem !important;
  }

  .xxl\:right-64{
    right: 16rem !important;
  }

  .xxl\:bottom-64{
    bottom: 16rem !important;
  }

  .xxl\:left-64{
    left: 16rem !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-px{
    top: 1px !important;
  }

  .xxl\:right-px{
    right: 1px !important;
  }

  .xxl\:bottom-px{
    bottom: 1px !important;
  }

  .xxl\:left-px{
    left: 1px !important;
  }

  .xxl\:-top-1{
    top: -0.25rem !important;
  }

  .xxl\:-right-1{
    right: -0.25rem !important;
  }

  .xxl\:-bottom-1{
    bottom: -0.25rem !important;
  }

  .xxl\:-left-1{
    left: -0.25rem !important;
  }

  .xxl\:-top-2{
    top: -0.5rem !important;
  }

  .xxl\:-right-2{
    right: -0.5rem !important;
  }

  .xxl\:-bottom-2{
    bottom: -0.5rem !important;
  }

  .xxl\:-left-2{
    left: -0.5rem !important;
  }

  .xxl\:-top-3{
    top: -0.75rem !important;
  }

  .xxl\:-right-3{
    right: -0.75rem !important;
  }

  .xxl\:-bottom-3{
    bottom: -0.75rem !important;
  }

  .xxl\:-left-3{
    left: -0.75rem !important;
  }

  .xxl\:-top-4{
    top: -1rem !important;
  }

  .xxl\:-right-4{
    right: -1rem !important;
  }

  .xxl\:-bottom-4{
    bottom: -1rem !important;
  }

  .xxl\:-left-4{
    left: -1rem !important;
  }

  .xxl\:-top-5{
    top: -1.25rem !important;
  }

  .xxl\:-right-5{
    right: -1.25rem !important;
  }

  .xxl\:-bottom-5{
    bottom: -1.25rem !important;
  }

  .xxl\:-left-5{
    left: -1.25rem !important;
  }

  .xxl\:-top-6{
    top: -1.5rem !important;
  }

  .xxl\:-right-6{
    right: -1.5rem !important;
  }

  .xxl\:-bottom-6{
    bottom: -1.5rem !important;
  }

  .xxl\:-left-6{
    left: -1.5rem !important;
  }

  .xxl\:-top-8{
    top: -2rem !important;
  }

  .xxl\:-right-8{
    right: -2rem !important;
  }

  .xxl\:-bottom-8{
    bottom: -2rem !important;
  }

  .xxl\:-left-8{
    left: -2rem !important;
  }

  .xxl\:-top-10{
    top: -2.5rem !important;
  }

  .xxl\:-right-10{
    right: -2.5rem !important;
  }

  .xxl\:-bottom-10{
    bottom: -2.5rem !important;
  }

  .xxl\:-left-10{
    left: -2.5rem !important;
  }

  .xxl\:-top-12{
    top: -3rem !important;
  }

  .xxl\:-right-12{
    right: -3rem !important;
  }

  .xxl\:-bottom-12{
    bottom: -3rem !important;
  }

  .xxl\:-left-12{
    left: -3rem !important;
  }

  .xxl\:-top-16{
    top: -3.75rem !important;
  }

  .xxl\:-right-16{
    right: -3.75rem !important;
  }

  .xxl\:-bottom-16{
    bottom: -3.75rem !important;
  }

  .xxl\:-left-16{
    left: -3.75rem !important;
  }

  .xxl\:-top-20{
    top: -5rem !important;
  }

  .xxl\:-right-20{
    right: -5rem !important;
  }

  .xxl\:-bottom-20{
    bottom: -5rem !important;
  }

  .xxl\:-left-20{
    left: -5rem !important;
  }

  .xxl\:-top-24{
    top: -5.425rem !important;
  }

  .xxl\:-right-24{
    right: -5.425rem !important;
  }

  .xxl\:-bottom-24{
    bottom: -5.425rem !important;
  }

  .xxl\:-left-24{
    left: -5.425rem !important;
  }

  .xxl\:-top-32{
    top: -8rem !important;
  }

  .xxl\:-right-32{
    right: -8rem !important;
  }

  .xxl\:-bottom-32{
    bottom: -8rem !important;
  }

  .xxl\:-left-32{
    left: -8rem !important;
  }

  .xxl\:-top-40{
    top: -10rem !important;
  }

  .xxl\:-right-40{
    right: -10rem !important;
  }

  .xxl\:-bottom-40{
    bottom: -10rem !important;
  }

  .xxl\:-left-40{
    left: -10rem !important;
  }

  .xxl\:-top-48{
    top: -12.5rem !important;
  }

  .xxl\:-right-48{
    right: -12.5rem !important;
  }

  .xxl\:-bottom-48{
    bottom: -12.5rem !important;
  }

  .xxl\:-left-48{
    left: -12.5rem !important;
  }

  .xxl\:-top-56{
    top: -14rem !important;
  }

  .xxl\:-right-56{
    right: -14rem !important;
  }

  .xxl\:-bottom-56{
    bottom: -14rem !important;
  }

  .xxl\:-left-56{
    left: -14rem !important;
  }

  .xxl\:-top-64{
    top: -16rem !important;
  }

  .xxl\:-right-64{
    right: -16rem !important;
  }

  .xxl\:-bottom-64{
    bottom: -16rem !important;
  }

  .xxl\:-left-64{
    left: -16rem !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-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-1\/3{
    top: 33.333333% !important;
  }

  .xxl\:right-1\/3{
    right: 33.333333% !important;
  }

  .xxl\:bottom-1\/3{
    bottom: 33.333333% !important;
  }

  .xxl\:left-1\/3{
    left: 33.333333% !important;
  }

  .xxl\:top-2\/3{
    top: 66.666667% !important;
  }

  .xxl\:right-2\/3{
    right: 66.666667% !important;
  }

  .xxl\:bottom-2\/3{
    bottom: 66.666667% !important;
  }

  .xxl\:left-2\/3{
    left: 66.666667% !important;
  }

  .xxl\:top-1\/4{
    top: 25% !important;
  }

  .xxl\:right-1\/4{
    right: 25% !important;
  }

  .xxl\:bottom-1\/4{
    bottom: 25% !important;
  }

  .xxl\:left-1\/4{
    left: 25% !important;
  }

  .xxl\:top-2\/4{
    top: 50% !important;
  }

  .xxl\:right-2\/4{
    right: 50% !important;
  }

  .xxl\:bottom-2\/4{
    bottom: 50% !important;
  }

  .xxl\:left-2\/4{
    left: 50% !important;
  }

  .xxl\:top-3\/4{
    top: 75% !important;
  }

  .xxl\:right-3\/4{
    right: 75% !important;
  }

  .xxl\:bottom-3\/4{
    bottom: 75% !important;
  }

  .xxl\:left-3\/4{
    left: 75% !important;
  }

  .xxl\:top-full{
    top: 100% !important;
  }

  .xxl\:right-full{
    right: 100% !important;
  }

  .xxl\:bottom-full{
    bottom: 100% !important;
  }

  .xxl\:left-full{
    left: 100% !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-1\/3{
    top: -33.333333% !important;
  }

  .xxl\:-right-1\/3{
    right: -33.333333% !important;
  }

  .xxl\:-bottom-1\/3{
    bottom: -33.333333% !important;
  }

  .xxl\:-left-1\/3{
    left: -33.333333% !important;
  }

  .xxl\:-top-2\/3{
    top: -66.666667% !important;
  }

  .xxl\:-right-2\/3{
    right: -66.666667% !important;
  }

  .xxl\:-bottom-2\/3{
    bottom: -66.666667% !important;
  }

  .xxl\:-left-2\/3{
    left: -66.666667% !important;
  }

  .xxl\:-top-1\/4{
    top: -25% !important;
  }

  .xxl\:-right-1\/4{
    right: -25% !important;
  }

  .xxl\:-bottom-1\/4{
    bottom: -25% !important;
  }

  .xxl\:-left-1\/4{
    left: -25% !important;
  }

  .xxl\:-top-2\/4{
    top: -50% !important;
  }

  .xxl\:-right-2\/4{
    right: -50% !important;
  }

  .xxl\:-bottom-2\/4{
    bottom: -50% !important;
  }

  .xxl\:-left-2\/4{
    left: -50% !important;
  }

  .xxl\:-top-3\/4{
    top: -75% !important;
  }

  .xxl\:-right-3\/4{
    right: -75% !important;
  }

  .xxl\:-bottom-3\/4{
    bottom: -75% !important;
  }

  .xxl\:-left-3\/4{
    left: -75% !important;
  }

  .xxl\:-top-full{
    top: -100% !important;
  }

  .xxl\:-right-full{
    right: -100% !important;
  }

  .xxl\:-bottom-full{
    bottom: -100% !important;
  }

  .xxl\:-left-full{
    left: -100% !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-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-inner{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xxl\:group-hover\:shadow-none{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-sm:focus-within{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow:focus-within{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-md:focus-within{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-lg:focus-within{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-xl:focus-within{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-2xl:focus-within{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-inner:focus-within{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus-within\:shadow-none:focus-within{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-sm:hover{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow:hover{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-md:hover{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-xl:hover{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-2xl:hover{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-inner:hover{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:hover\:shadow-none:hover{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-sm:focus{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow:focus{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-md:focus{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-lg:focus{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-xl:focus{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-2xl:focus{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-inner:focus{
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:focus\:shadow-none:focus{
    --tw-shadow: 0 0 #0000 !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xxl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-1{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-4{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:ring-inset{
    --tw-ring-inset: inset !important;
  }

  .xxl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset !important;
  }

  .xxl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xxl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset !important;
  }

  .xxl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent !important;
  }

  .xxl\:ring-offset-black{
    --tw-ring-offset-color: #000 !important;
  }

  .xxl\:ring-offset-white{
    --tw-ring-offset-color: #fff !important;
  }

  .xxl\:ring-offset-red{
    --tw-ring-offset-color: #f33 !important;
  }

  .xxl\:ring-offset-gray-100{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xxl\:ring-offset-gray-200{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xxl\:ring-offset-gray-400{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xxl\:ring-offset-gray-500{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xxl\:ring-offset-gray-700{
    --tw-ring-offset-color: #333 !important;
  }

  .xxl\:ring-offset-yellow-100{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xxl\:ring-offset-yellow-500{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xxl\:ring-offset-blue-200{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xxl\:ring-offset-blue-300{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xxl\:ring-offset-blue-400{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xxl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent !important;
  }

  .xxl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000 !important;
  }

  .xxl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff !important;
  }

  .xxl\:focus-within\:ring-offset-red:focus-within{
    --tw-ring-offset-color: #f33 !important;
  }

  .xxl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xxl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xxl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xxl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xxl\:focus-within\:ring-offset-gray-700:focus-within{
    --tw-ring-offset-color: #333 !important;
  }

  .xxl\:focus-within\:ring-offset-yellow-100:focus-within{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xxl\:focus-within\:ring-offset-yellow-500:focus-within{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xxl\:focus-within\:ring-offset-blue-200:focus-within{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xxl\:focus-within\:ring-offset-blue-300:focus-within{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xxl\:focus-within\:ring-offset-blue-400:focus-within{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xxl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent !important;
  }

  .xxl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000 !important;
  }

  .xxl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff !important;
  }

  .xxl\:focus\:ring-offset-red:focus{
    --tw-ring-offset-color: #f33 !important;
  }

  .xxl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #f3f3f3 !important;
  }

  .xxl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #DADADA !important;
  }

  .xxl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #7d7d7d !important;
  }

  .xxl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #706F6F !important;
  }

  .xxl\:focus\:ring-offset-gray-700:focus{
    --tw-ring-offset-color: #333 !important;
  }

  .xxl\:focus\:ring-offset-yellow-100:focus{
    --tw-ring-offset-color: #fca745 !important;
  }

  .xxl\:focus\:ring-offset-yellow-500:focus{
    --tw-ring-offset-color: #FB9117 !important;
  }

  .xxl\:focus\:ring-offset-blue-200:focus{
    --tw-ring-offset-color: #1EC2FF !important;
  }

  .xxl\:focus\:ring-offset-blue-300:focus{
    --tw-ring-offset-color: #1E90FF !important;
  }

  .xxl\:focus\:ring-offset-blue-400:focus{
    --tw-ring-offset-color: #1a7cdb !important;
  }

  .xxl\:ring-offset-0{
    --tw-ring-offset-width: 0px !important;
  }

  .xxl\:ring-offset-1{
    --tw-ring-offset-width: 1px !important;
  }

  .xxl\:ring-offset-2{
    --tw-ring-offset-width: 2px !important;
  }

  .xxl\:ring-offset-4{
    --tw-ring-offset-width: 4px !important;
  }

  .xxl\:ring-offset-8{
    --tw-ring-offset-width: 8px !important;
  }

  .xxl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px !important;
  }

  .xxl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px !important;
  }

  .xxl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px !important;
  }

  .xxl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px !important;
  }

  .xxl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px !important;
  }

  .xxl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px !important;
  }

  .xxl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px !important;
  }

  .xxl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
  }

  .xxl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px !important;
  }

  .xxl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px !important;
  }

  .xxl\:ring-transparent{
    --tw-ring-color: transparent !important;
  }

  .xxl\:ring-black{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-white{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-red{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-gray-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-gray-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-gray-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-gray-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-gray-700{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-yellow-100{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-yellow-500{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-blue-200{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-blue-300{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-blue-400{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent !important;
  }

  .xxl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-red:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-gray-700:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-yellow-100:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-yellow-500:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-blue-200:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-blue-300:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus-within\:ring-blue-400:focus-within{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent !important;
  }

  .xxl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-red:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 125, 125, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 111, 111, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-gray-700:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-yellow-100:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 167, 69, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-yellow-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 145, 23, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-blue-200:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 194, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 144, 255, var(--tw-ring-opacity)) !important;
  }

  .xxl\:focus\:ring-blue-400:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 124, 219, var(--tw-ring-opacity)) !important;
  }

  .xxl\:ring-opacity-0{
    --tw-ring-opacity: 0 !important;
  }

  .xxl\:ring-opacity-5{
    --tw-ring-opacity: 0.05 !important;
  }

  .xxl\:ring-opacity-10{
    --tw-ring-opacity: 0.1 !important;
  }

  .xxl\:ring-opacity-20{
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:ring-opacity-25{
    --tw-ring-opacity: 0.25 !important;
  }

  .xxl\:ring-opacity-30{
    --tw-ring-opacity: 0.3 !important;
  }

  .xxl\:ring-opacity-40{
    --tw-ring-opacity: 0.4 !important;
  }

  .xxl\:ring-opacity-50{
    --tw-ring-opacity: 0.5 !important;
  }

  .xxl\:ring-opacity-60{
    --tw-ring-opacity: 0.6 !important;
  }

  .xxl\:ring-opacity-70{
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:ring-opacity-75{
    --tw-ring-opacity: 0.75 !important;
  }

  .xxl\:ring-opacity-80{
    --tw-ring-opacity: 0.8 !important;
  }

  .xxl\:ring-opacity-90{
    --tw-ring-opacity: 0.9 !important;
  }

  .xxl\:ring-opacity-95{
    --tw-ring-opacity: 0.95 !important;
  }

  .xxl\:ring-opacity-100{
    --tw-ring-opacity: 1 !important;
  }

  .xxl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0 !important;
  }

  .xxl\:focus-within\:ring-opacity-5:focus-within{
    --tw-ring-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:ring-opacity-10:focus-within{
    --tw-ring-opacity: 0.1 !important;
  }

  .xxl\:focus-within\:ring-opacity-20:focus-within{
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:ring-opacity-30:focus-within{
    --tw-ring-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:ring-opacity-40:focus-within{
    --tw-ring-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:ring-opacity-60:focus-within{
    --tw-ring-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:ring-opacity-70:focus-within{
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:ring-opacity-80:focus-within{
    --tw-ring-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:ring-opacity-90:focus-within{
    --tw-ring-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:ring-opacity-95:focus-within{
    --tw-ring-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1 !important;
  }

  .xxl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0 !important;
  }

  .xxl\:focus\:ring-opacity-5:focus{
    --tw-ring-opacity: 0.05 !important;
  }

  .xxl\:focus\:ring-opacity-10:focus{
    --tw-ring-opacity: 0.1 !important;
  }

  .xxl\:focus\:ring-opacity-20:focus{
    --tw-ring-opacity: 0.2 !important;
  }

  .xxl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25 !important;
  }

  .xxl\:focus\:ring-opacity-30:focus{
    --tw-ring-opacity: 0.3 !important;
  }

  .xxl\:focus\:ring-opacity-40:focus{
    --tw-ring-opacity: 0.4 !important;
  }

  .xxl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5 !important;
  }

  .xxl\:focus\:ring-opacity-60:focus{
    --tw-ring-opacity: 0.6 !important;
  }

  .xxl\:focus\:ring-opacity-70:focus{
    --tw-ring-opacity: 0.7 !important;
  }

  .xxl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75 !important;
  }

  .xxl\:focus\:ring-opacity-80:focus{
    --tw-ring-opacity: 0.8 !important;
  }

  .xxl\:focus\:ring-opacity-90:focus{
    --tw-ring-opacity: 0.9 !important;
  }

  .xxl\:focus\:ring-opacity-95:focus{
    --tw-ring-opacity: 0.95 !important;
  }

  .xxl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1 !important;
  }

  .xxl\:fill-current{
    fill: currentColor !important;
  }

  .xxl\:stroke-current{
    stroke: currentColor !important;
  }

  .xxl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xxl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xxl\:stroke-2{
    stroke-width: 2 !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-black{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-white{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-red{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-gray-100{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-gray-200{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-gray-500{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-yellow-100{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-yellow-500{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-blue-200{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-blue-300{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-blue-400{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xxl\:hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-red:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-700:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-100:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-200:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-300:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xxl\:focus\:text-black:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-red:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-700:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-100:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-500:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-200:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-300:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-400:focus{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-transparent:visited{
    color: transparent !important;
  }

  .xxl\:visited\:text-black:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-white:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-red:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(255, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-gray-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(243, 243, 243, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-gray-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(218, 218, 218, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-gray-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(125, 125, 125, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-gray-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(112, 111, 111, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-gray-700:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-yellow-100:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(252, 167, 69, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-yellow-500:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(251, 145, 23, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-blue-200:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 194, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-blue-300:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(30, 144, 255, var(--tw-text-opacity)) !important;
  }

  .xxl\:visited\:text-blue-400:visited{
    --tw-text-opacity: 1 !important;
    color: rgba(26, 124, 219, var(--tw-text-opacity)) !important;
  }

  .xxl\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .xxl\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .xxl\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-5{
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-10{
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-20{
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-30{
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-40{
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-60{
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-70{
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-80{
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-90{
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-95{
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xxl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1 !important;
  }

  .xxl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0 !important;
  }

  .xxl\:focus-within\:text-opacity-5:focus-within{
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:focus-within\:text-opacity-10:focus-within{
    --tw-text-opacity: 0.1 !important;
  }

  .xxl\:focus-within\:text-opacity-20:focus-within{
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:focus-within\:text-opacity-30:focus-within{
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:focus-within\:text-opacity-40:focus-within{
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:focus-within\:text-opacity-60:focus-within{
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:focus-within\:text-opacity-70:focus-within{
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:focus-within\:text-opacity-80:focus-within{
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:focus-within\:text-opacity-90:focus-within{
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:focus-within\:text-opacity-95:focus-within{
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1 !important;
  }

  .xxl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0 !important;
  }

  .xxl\:hover\:text-opacity-5:hover{
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:hover\:text-opacity-10:hover{
    --tw-text-opacity: 0.1 !important;
  }

  .xxl\:hover\:text-opacity-20:hover{
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:hover\:text-opacity-30:hover{
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:hover\:text-opacity-40:hover{
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:hover\:text-opacity-60:hover{
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:hover\:text-opacity-70:hover{
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:hover\:text-opacity-80:hover{
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:hover\:text-opacity-90:hover{
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:hover\:text-opacity-95:hover{
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1 !important;
  }

  .xxl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0 !important;
  }

  .xxl\:focus\:text-opacity-5:focus{
    --tw-text-opacity: 0.05 !important;
  }

  .xxl\:focus\:text-opacity-10:focus{
    --tw-text-opacity: 0.1 !important;
  }

  .xxl\:focus\:text-opacity-20:focus{
    --tw-text-opacity: 0.2 !important;
  }

  .xxl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25 !important;
  }

  .xxl\:focus\:text-opacity-30:focus{
    --tw-text-opacity: 0.3 !important;
  }

  .xxl\:focus\:text-opacity-40:focus{
    --tw-text-opacity: 0.4 !important;
  }

  .xxl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5 !important;
  }

  .xxl\:focus\:text-opacity-60:focus{
    --tw-text-opacity: 0.6 !important;
  }

  .xxl\:focus\:text-opacity-70:focus{
    --tw-text-opacity: 0.7 !important;
  }

  .xxl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75 !important;
  }

  .xxl\:focus\:text-opacity-80:focus{
    --tw-text-opacity: 0.8 !important;
  }

  .xxl\:focus\:text-opacity-90:focus{
    --tw-text-opacity: 0.9 !important;
  }

  .xxl\:focus\:text-opacity-95:focus{
    --tw-text-opacity: 0.95 !important;
  }

  .xxl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1 !important;
  }

  .xxl\:truncate{
    overflow: hidden !important;
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxl\:overflow-ellipsis{
    -o-text-overflow: ellipsis !important;
       text-overflow: ellipsis !important;
  }

  .xxl\:overflow-clip{
    -o-text-overflow: clip !important;
       text-overflow: clip !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;
  }

  .group:hover .xxl\:group-hover\:underline{
    text-decoration: underline !important;
  }

  .group:hover .xxl\:group-hover\:line-through{
    text-decoration: line-through !important;
  }

  .group:hover .xxl\:group-hover\:no-underline{
    text-decoration: none !important;
  }

  .xxl\:focus-within\:underline:focus-within{
    text-decoration: underline !important;
  }

  .xxl\:focus-within\:line-through:focus-within{
    text-decoration: line-through !important;
  }

  .xxl\:focus-within\:no-underline:focus-within{
    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{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xxl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xxl\:ordinal{
    --tw-ordinal: ordinal !important;
  }

  .xxl\:slashed-zero{
    --tw-slashed-zero: slashed-zero !important;
  }

  .xxl\:lining-nums{
    --tw-numeric-figure: lining-nums !important;
  }

  .xxl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xxl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xxl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xxl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xxl\:stacked-fractions{
    --tw-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: 0em !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-nowrap{
    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{
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxl\:break-words{
    overflow-wrap: break-word !important;
  }

  .xxl\:break-all{
    word-break: break-all !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: 3.75rem !important;
  }

  .xxl\:w-20{
    width: 5rem !important;
  }

  .xxl\:w-24{
    width: 5.425rem !important;
  }

  .xxl\:w-32{
    width: 8rem !important;
  }

  .xxl\:w-40{
    width: 10rem !important;
  }

  .xxl\:w-48{
    width: 12.5rem !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-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\:w-min{
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xxl\:w-max{
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xxl\:z-0{
    z-index: 0 !important;
  }

  .xxl\:z-10{
    z-index: 10 !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\:focus-within\:z-0:focus-within{
    z-index: 0 !important;
  }

  .xxl\:focus-within\:z-10:focus-within{
    z-index: 10 !important;
  }

  .xxl\:focus-within\:z-20:focus-within{
    z-index: 20 !important;
  }

  .xxl\:focus-within\:z-30:focus-within{
    z-index: 30 !important;
  }

  .xxl\:focus-within\:z-40:focus-within{
    z-index: 40 !important;
  }

  .xxl\:focus-within\:z-50:focus-within{
    z-index: 50 !important;
  }

  .xxl\:focus-within\:z-auto:focus-within{
    z-index: auto !important;
  }

  .xxl\:focus\:z-0:focus{
    z-index: 0 !important;
  }

  .xxl\:focus\:z-10:focus{
    z-index: 10 !important;
  }

  .xxl\:focus\:z-20:focus{
    z-index: 20 !important;
  }

  .xxl\:focus\:z-30:focus{
    z-index: 30 !important;
  }

  .xxl\:focus\:z-40:focus{
    z-index: 40 !important;
  }

  .xxl\:focus\:z-50:focus{
    z-index: 50 !important;
  }

  .xxl\:focus\:z-auto:focus{
    z-index: auto !important;
  }

  .xxl\:gap-0{
    gap: 0 !important;
  }

  .xxl\:gap-1{
    gap: 0.25rem !important;
  }

  .xxl\:gap-2{
    gap: 0.5rem !important;
  }

  .xxl\:gap-3{
    gap: 0.75rem !important;
  }

  .xxl\:gap-4{
    gap: 1rem !important;
  }

  .xxl\:gap-5{
    gap: 1.25rem !important;
  }

  .xxl\:gap-6{
    gap: 1.5rem !important;
  }

  .xxl\:gap-8{
    gap: 2rem !important;
  }

  .xxl\:gap-10{
    gap: 2.5rem !important;
  }

  .xxl\:gap-12{
    gap: 3rem !important;
  }

  .xxl\:gap-16{
    gap: 3.75rem !important;
  }

  .xxl\:gap-20{
    gap: 5rem !important;
  }

  .xxl\:gap-24{
    gap: 5.425rem !important;
  }

  .xxl\:gap-32{
    gap: 8rem !important;
  }

  .xxl\:gap-40{
    gap: 10rem !important;
  }

  .xxl\:gap-48{
    gap: 12.5rem !important;
  }

  .xxl\:gap-56{
    gap: 14rem !important;
  }

  .xxl\:gap-64{
    gap: 16rem !important;
  }

  .xxl\:gap-px{
    gap: 1px !important;
  }

  .xxl\:gap-x-0{
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }

  .xxl\:gap-x-1{
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .xxl\:gap-x-2{
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .xxl\:gap-x-3{
    -webkit-column-gap: 0.75rem !important;
       -moz-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .xxl\:gap-x-4{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xxl\:gap-x-5{
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .xxl\:gap-x-6{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xxl\:gap-x-8{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xxl\:gap-x-10{
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .xxl\:gap-x-12{
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .xxl\:gap-x-16{
    -webkit-column-gap: 3.75rem !important;
       -moz-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .xxl\:gap-x-20{
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }

  .xxl\:gap-x-24{
    -webkit-column-gap: 5.425rem !important;
       -moz-column-gap: 5.425rem !important;
            column-gap: 5.425rem !important;
  }

  .xxl\:gap-x-32{
    -webkit-column-gap: 8rem !important;
       -moz-column-gap: 8rem !important;
            column-gap: 8rem !important;
  }

  .xxl\:gap-x-40{
    -webkit-column-gap: 10rem !important;
       -moz-column-gap: 10rem !important;
            column-gap: 10rem !important;
  }

  .xxl\:gap-x-48{
    -webkit-column-gap: 12.5rem !important;
       -moz-column-gap: 12.5rem !important;
            column-gap: 12.5rem !important;
  }

  .xxl\:gap-x-56{
    -webkit-column-gap: 14rem !important;
       -moz-column-gap: 14rem !important;
            column-gap: 14rem !important;
  }

  .xxl\:gap-x-64{
    -webkit-column-gap: 16rem !important;
       -moz-column-gap: 16rem !important;
            column-gap: 16rem !important;
  }

  .xxl\:gap-x-px{
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }

  .xxl\:gap-y-0{
    row-gap: 0 !important;
  }

  .xxl\:gap-y-1{
    row-gap: 0.25rem !important;
  }

  .xxl\:gap-y-2{
    row-gap: 0.5rem !important;
  }

  .xxl\:gap-y-3{
    row-gap: 0.75rem !important;
  }

  .xxl\:gap-y-4{
    row-gap: 1rem !important;
  }

  .xxl\:gap-y-5{
    row-gap: 1.25rem !important;
  }

  .xxl\:gap-y-6{
    row-gap: 1.5rem !important;
  }

  .xxl\:gap-y-8{
    row-gap: 2rem !important;
  }

  .xxl\:gap-y-10{
    row-gap: 2.5rem !important;
  }

  .xxl\:gap-y-12{
    row-gap: 3rem !important;
  }

  .xxl\:gap-y-16{
    row-gap: 3.75rem !important;
  }

  .xxl\:gap-y-20{
    row-gap: 5rem !important;
  }

  .xxl\:gap-y-24{
    row-gap: 5.425rem !important;
  }

  .xxl\:gap-y-32{
    row-gap: 8rem !important;
  }

  .xxl\:gap-y-40{
    row-gap: 10rem !important;
  }

  .xxl\:gap-y-48{
    row-gap: 12.5rem !important;
  }

  .xxl\:gap-y-56{
    row-gap: 14rem !important;
  }

  .xxl\:gap-y-64{
    row-gap: 16rem !important;
  }

  .xxl\:gap-y-px{
    row-gap: 1px !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\: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\: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{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xxl\:transform-gpu{
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    -webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
            transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xxl\:transform-none{
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .xxl\:origin-center{
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important;
  }

  .xxl\:origin-top{
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important;
  }

  .xxl\:origin-top-right{
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .xxl\:origin-right{
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important;
  }

  .xxl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .xxl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .xxl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .xxl\:origin-left{
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important;
  }

  .xxl\:origin-top-left{
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .xxl\:scale-0{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxl\:scale-50{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxl\:scale-75{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxl\:scale-90{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxl\:scale-95{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxl\:scale-100{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxl\:scale-105{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:scale-110{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:scale-125{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:scale-x-0{
    --tw-scale-x: 0 !important;
  }

  .xxl\:scale-x-50{
    --tw-scale-x: .5 !important;
  }

  .xxl\:scale-x-75{
    --tw-scale-x: .75 !important;
  }

  .xxl\:scale-x-90{
    --tw-scale-x: .9 !important;
  }

  .xxl\:scale-x-95{
    --tw-scale-x: .95 !important;
  }

  .xxl\:scale-x-100{
    --tw-scale-x: 1 !important;
  }

  .xxl\:scale-x-105{
    --tw-scale-x: 1.05 !important;
  }

  .xxl\:scale-x-110{
    --tw-scale-x: 1.1 !important;
  }

  .xxl\:scale-x-125{
    --tw-scale-x: 1.25 !important;
  }

  .xxl\:scale-x-150{
    --tw-scale-x: 1.5 !important;
  }

  .xxl\:scale-y-0{
    --tw-scale-y: 0 !important;
  }

  .xxl\:scale-y-50{
    --tw-scale-y: .5 !important;
  }

  .xxl\:scale-y-75{
    --tw-scale-y: .75 !important;
  }

  .xxl\:scale-y-90{
    --tw-scale-y: .9 !important;
  }

  .xxl\:scale-y-95{
    --tw-scale-y: .95 !important;
  }

  .xxl\:scale-y-100{
    --tw-scale-y: 1 !important;
  }

  .xxl\:scale-y-105{
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:scale-y-110{
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:scale-y-125{
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:scale-y-150{
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-0:hover{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-50:hover{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-75:hover{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-90:hover{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-95:hover{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-100:hover{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-125:hover{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-150:hover{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-x-0:hover{
    --tw-scale-x: 0 !important;
  }

  .xxl\:hover\:scale-x-50:hover{
    --tw-scale-x: .5 !important;
  }

  .xxl\:hover\:scale-x-75:hover{
    --tw-scale-x: .75 !important;
  }

  .xxl\:hover\:scale-x-90:hover{
    --tw-scale-x: .9 !important;
  }

  .xxl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95 !important;
  }

  .xxl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1 !important;
  }

  .xxl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05 !important;
  }

  .xxl\:hover\:scale-x-110:hover{
    --tw-scale-x: 1.1 !important;
  }

  .xxl\:hover\:scale-x-125:hover{
    --tw-scale-x: 1.25 !important;
  }

  .xxl\:hover\:scale-x-150:hover{
    --tw-scale-x: 1.5 !important;
  }

  .xxl\:hover\:scale-y-0:hover{
    --tw-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-y-50:hover{
    --tw-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-y-75:hover{
    --tw-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-y-90:hover{
    --tw-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-y-110:hover{
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-y-125:hover{
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-y-150:hover{
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-0:focus{
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-50:focus{
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-75:focus{
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-90:focus{
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-95:focus{
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-100:focus{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-110:focus{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-125:focus{
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-150:focus{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-x-0:focus{
    --tw-scale-x: 0 !important;
  }

  .xxl\:focus\:scale-x-50:focus{
    --tw-scale-x: .5 !important;
  }

  .xxl\:focus\:scale-x-75:focus{
    --tw-scale-x: .75 !important;
  }

  .xxl\:focus\:scale-x-90:focus{
    --tw-scale-x: .9 !important;
  }

  .xxl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95 !important;
  }

  .xxl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1 !important;
  }

  .xxl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05 !important;
  }

  .xxl\:focus\:scale-x-110:focus{
    --tw-scale-x: 1.1 !important;
  }

  .xxl\:focus\:scale-x-125:focus{
    --tw-scale-x: 1.25 !important;
  }

  .xxl\:focus\:scale-x-150:focus{
    --tw-scale-x: 1.5 !important;
  }

  .xxl\:focus\:scale-y-0:focus{
    --tw-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-y-50:focus{
    --tw-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-y-75:focus{
    --tw-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-y-90:focus{
    --tw-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-y-110:focus{
    --tw-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-y-125:focus{
    --tw-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-y-150:focus{
    --tw-scale-y: 1.5 !important;
  }

  .xxl\:rotate-0{
    --tw-rotate: 0deg !important;
  }

  .xxl\:rotate-1{
    --tw-rotate: 1deg !important;
  }

  .xxl\:rotate-2{
    --tw-rotate: 2deg !important;
  }

  .xxl\:rotate-3{
    --tw-rotate: 3deg !important;
  }

  .xxl\:rotate-6{
    --tw-rotate: 6deg !important;
  }

  .xxl\:rotate-12{
    --tw-rotate: 12deg !important;
  }

  .xxl\:rotate-45{
    --tw-rotate: 45deg !important;
  }

  .xxl\:rotate-90{
    --tw-rotate: 90deg !important;
  }

  .xxl\:rotate-180{
    --tw-rotate: 180deg !important;
  }

  .xxl\:-rotate-180{
    --tw-rotate: -180deg !important;
  }

  .xxl\:-rotate-90{
    --tw-rotate: -90deg !important;
  }

  .xxl\:-rotate-45{
    --tw-rotate: -45deg !important;
  }

  .xxl\:-rotate-12{
    --tw-rotate: -12deg !important;
  }

  .xxl\:-rotate-6{
    --tw-rotate: -6deg !important;
  }

  .xxl\:-rotate-3{
    --tw-rotate: -3deg !important;
  }

  .xxl\:-rotate-2{
    --tw-rotate: -2deg !important;
  }

  .xxl\:-rotate-1{
    --tw-rotate: -1deg !important;
  }

  .xxl\:hover\:rotate-0:hover{
    --tw-rotate: 0deg !important;
  }

  .xxl\:hover\:rotate-1:hover{
    --tw-rotate: 1deg !important;
  }

  .xxl\:hover\:rotate-2:hover{
    --tw-rotate: 2deg !important;
  }

  .xxl\:hover\:rotate-3:hover{
    --tw-rotate: 3deg !important;
  }

  .xxl\:hover\:rotate-6:hover{
    --tw-rotate: 6deg !important;
  }

  .xxl\:hover\:rotate-12:hover{
    --tw-rotate: 12deg !important;
  }

  .xxl\:hover\:rotate-45:hover{
    --tw-rotate: 45deg !important;
  }

  .xxl\:hover\:rotate-90:hover{
    --tw-rotate: 90deg !important;
  }

  .xxl\:hover\:rotate-180:hover{
    --tw-rotate: 180deg !important;
  }

  .xxl\:hover\:-rotate-180:hover{
    --tw-rotate: -180deg !important;
  }

  .xxl\:hover\:-rotate-90:hover{
    --tw-rotate: -90deg !important;
  }

  .xxl\:hover\:-rotate-45:hover{
    --tw-rotate: -45deg !important;
  }

  .xxl\:hover\:-rotate-12:hover{
    --tw-rotate: -12deg !important;
  }

  .xxl\:hover\:-rotate-6:hover{
    --tw-rotate: -6deg !important;
  }

  .xxl\:hover\:-rotate-3:hover{
    --tw-rotate: -3deg !important;
  }

  .xxl\:hover\:-rotate-2:hover{
    --tw-rotate: -2deg !important;
  }

  .xxl\:hover\:-rotate-1:hover{
    --tw-rotate: -1deg !important;
  }

  .xxl\:focus\:rotate-0:focus{
    --tw-rotate: 0deg !important;
  }

  .xxl\:focus\:rotate-1:focus{
    --tw-rotate: 1deg !important;
  }

  .xxl\:focus\:rotate-2:focus{
    --tw-rotate: 2deg !important;
  }

  .xxl\:focus\:rotate-3:focus{
    --tw-rotate: 3deg !important;
  }

  .xxl\:focus\:rotate-6:focus{
    --tw-rotate: 6deg !important;
  }

  .xxl\:focus\:rotate-12:focus{
    --tw-rotate: 12deg !important;
  }

  .xxl\:focus\:rotate-45:focus{
    --tw-rotate: 45deg !important;
  }

  .xxl\:focus\:rotate-90:focus{
    --tw-rotate: 90deg !important;
  }

  .xxl\:focus\:rotate-180:focus{
    --tw-rotate: 180deg !important;
  }

  .xxl\:focus\:-rotate-180:focus{
    --tw-rotate: -180deg !important;
  }

  .xxl\:focus\:-rotate-90:focus{
    --tw-rotate: -90deg !important;
  }

  .xxl\:focus\:-rotate-45:focus{
    --tw-rotate: -45deg !important;
  }

  .xxl\:focus\:-rotate-12:focus{
    --tw-rotate: -12deg !important;
  }

  .xxl\:focus\:-rotate-6:focus{
    --tw-rotate: -6deg !important;
  }

  .xxl\:focus\:-rotate-3:focus{
    --tw-rotate: -3deg !important;
  }

  .xxl\:focus\:-rotate-2:focus{
    --tw-rotate: -2deg !important;
  }

  .xxl\:focus\:-rotate-1:focus{
    --tw-rotate: -1deg !important;
  }

  .xxl\:translate-x-0{
    --tw-translate-x: 0 !important;
  }

  .xxl\:translate-x-1{
    --tw-translate-x: 0.25rem !important;
  }

  .xxl\:translate-x-2{
    --tw-translate-x: 0.5rem !important;
  }

  .xxl\:translate-x-3{
    --tw-translate-x: 0.75rem !important;
  }

  .xxl\:translate-x-4{
    --tw-translate-x: 1rem !important;
  }

  .xxl\:translate-x-5{
    --tw-translate-x: 1.25rem !important;
  }

  .xxl\:translate-x-6{
    --tw-translate-x: 1.5rem !important;
  }

  .xxl\:translate-x-8{
    --tw-translate-x: 2rem !important;
  }

  .xxl\:translate-x-10{
    --tw-translate-x: 2.5rem !important;
  }

  .xxl\:translate-x-12{
    --tw-translate-x: 3rem !important;
  }

  .xxl\:translate-x-16{
    --tw-translate-x: 3.75rem !important;
  }

  .xxl\:translate-x-20{
    --tw-translate-x: 5rem !important;
  }

  .xxl\:translate-x-24{
    --tw-translate-x: 5.425rem !important;
  }

  .xxl\:translate-x-32{
    --tw-translate-x: 8rem !important;
  }

  .xxl\:translate-x-40{
    --tw-translate-x: 10rem !important;
  }

  .xxl\:translate-x-48{
    --tw-translate-x: 12.5rem !important;
  }

  .xxl\:translate-x-56{
    --tw-translate-x: 14rem !important;
  }

  .xxl\:translate-x-64{
    --tw-translate-x: 16rem !important;
  }

  .xxl\:translate-x-px{
    --tw-translate-x: 1px !important;
  }

  .xxl\:-translate-x-1{
    --tw-translate-x: -0.25rem !important;
  }

  .xxl\:-translate-x-2{
    --tw-translate-x: -0.5rem !important;
  }

  .xxl\:-translate-x-3{
    --tw-translate-x: -0.75rem !important;
  }

  .xxl\:-translate-x-4{
    --tw-translate-x: -1rem !important;
  }

  .xxl\:-translate-x-5{
    --tw-translate-x: -1.25rem !important;
  }

  .xxl\:-translate-x-6{
    --tw-translate-x: -1.5rem !important;
  }

  .xxl\:-translate-x-8{
    --tw-translate-x: -2rem !important;
  }

  .xxl\:-translate-x-10{
    --tw-translate-x: -2.5rem !important;
  }

  .xxl\:-translate-x-12{
    --tw-translate-x: -3rem !important;
  }

  .xxl\:-translate-x-16{
    --tw-translate-x: -3.75rem !important;
  }

  .xxl\:-translate-x-20{
    --tw-translate-x: -5rem !important;
  }

  .xxl\:-translate-x-24{
    --tw-translate-x: -5.425rem !important;
  }

  .xxl\:-translate-x-32{
    --tw-translate-x: -8rem !important;
  }

  .xxl\:-translate-x-40{
    --tw-translate-x: -10rem !important;
  }

  .xxl\:-translate-x-48{
    --tw-translate-x: -12.5rem !important;
  }

  .xxl\:-translate-x-56{
    --tw-translate-x: -14rem !important;
  }

  .xxl\:-translate-x-64{
    --tw-translate-x: -16rem !important;
  }

  .xxl\:-translate-x-px{
    --tw-translate-x: -1px !important;
  }

  .xxl\:translate-x-1\/2{
    --tw-translate-x: 50% !important;
  }

  .xxl\:translate-x-1\/3{
    --tw-translate-x: 33.333333% !important;
  }

  .xxl\:translate-x-2\/3{
    --tw-translate-x: 66.666667% !important;
  }

  .xxl\:translate-x-1\/4{
    --tw-translate-x: 25% !important;
  }

  .xxl\:translate-x-2\/4{
    --tw-translate-x: 50% !important;
  }

  .xxl\:translate-x-3\/4{
    --tw-translate-x: 75% !important;
  }

  .xxl\:translate-x-full{
    --tw-translate-x: 100% !important;
  }

  .xxl\:-translate-x-1\/2{
    --tw-translate-x: -50% !important;
  }

  .xxl\:-translate-x-1\/3{
    --tw-translate-x: -33.333333% !important;
  }

  .xxl\:-translate-x-2\/3{
    --tw-translate-x: -66.666667% !important;
  }

  .xxl\:-translate-x-1\/4{
    --tw-translate-x: -25% !important;
  }

  .xxl\:-translate-x-2\/4{
    --tw-translate-x: -50% !important;
  }

  .xxl\:-translate-x-3\/4{
    --tw-translate-x: -75% !important;
  }

  .xxl\:-translate-x-full{
    --tw-translate-x: -100% !important;
  }

  .xxl\:translate-y-0{
    --tw-translate-y: 0 !important;
  }

  .xxl\:translate-y-1{
    --tw-translate-y: 0.25rem !important;
  }

  .xxl\:translate-y-2{
    --tw-translate-y: 0.5rem !important;
  }

  .xxl\:translate-y-3{
    --tw-translate-y: 0.75rem !important;
  }

  .xxl\:translate-y-4{
    --tw-translate-y: 1rem !important;
  }

  .xxl\:translate-y-5{
    --tw-translate-y: 1.25rem !important;
  }

  .xxl\:translate-y-6{
    --tw-translate-y: 1.5rem !important;
  }

  .xxl\:translate-y-8{
    --tw-translate-y: 2rem !important;
  }

  .xxl\:translate-y-10{
    --tw-translate-y: 2.5rem !important;
  }

  .xxl\:translate-y-12{
    --tw-translate-y: 3rem !important;
  }

  .xxl\:translate-y-16{
    --tw-translate-y: 3.75rem !important;
  }

  .xxl\:translate-y-20{
    --tw-translate-y: 5rem !important;
  }

  .xxl\:translate-y-24{
    --tw-translate-y: 5.425rem !important;
  }

  .xxl\:translate-y-32{
    --tw-translate-y: 8rem !important;
  }

  .xxl\:translate-y-40{
    --tw-translate-y: 10rem !important;
  }

  .xxl\:translate-y-48{
    --tw-translate-y: 12.5rem !important;
  }

  .xxl\:translate-y-56{
    --tw-translate-y: 14rem !important;
  }

  .xxl\:translate-y-64{
    --tw-translate-y: 16rem !important;
  }

  .xxl\:translate-y-px{
    --tw-translate-y: 1px !important;
  }

  .xxl\:-translate-y-1{
    --tw-translate-y: -0.25rem !important;
  }

  .xxl\:-translate-y-2{
    --tw-translate-y: -0.5rem !important;
  }

  .xxl\:-translate-y-3{
    --tw-translate-y: -0.75rem !important;
  }

  .xxl\:-translate-y-4{
    --tw-translate-y: -1rem !important;
  }

  .xxl\:-translate-y-5{
    --tw-translate-y: -1.25rem !important;
  }

  .xxl\:-translate-y-6{
    --tw-translate-y: -1.5rem !important;
  }

  .xxl\:-translate-y-8{
    --tw-translate-y: -2rem !important;
  }

  .xxl\:-translate-y-10{
    --tw-translate-y: -2.5rem !important;
  }

  .xxl\:-translate-y-12{
    --tw-translate-y: -3rem !important;
  }

  .xxl\:-translate-y-16{
    --tw-translate-y: -3.75rem !important;
  }

  .xxl\:-translate-y-20{
    --tw-translate-y: -5rem !important;
  }

  .xxl\:-translate-y-24{
    --tw-translate-y: -5.425rem !important;
  }

  .xxl\:-translate-y-32{
    --tw-translate-y: -8rem !important;
  }

  .xxl\:-translate-y-40{
    --tw-translate-y: -10rem !important;
  }

  .xxl\:-translate-y-48{
    --tw-translate-y: -12.5rem !important;
  }

  .xxl\:-translate-y-56{
    --tw-translate-y: -14rem !important;
  }

  .xxl\:-translate-y-64{
    --tw-translate-y: -16rem !important;
  }

  .xxl\:-translate-y-px{
    --tw-translate-y: -1px !important;
  }

  .xxl\:translate-y-1\/2{
    --tw-translate-y: 50% !important;
  }

  .xxl\:translate-y-1\/3{
    --tw-translate-y: 33.333333% !important;
  }

  .xxl\:translate-y-2\/3{
    --tw-translate-y: 66.666667% !important;
  }

  .xxl\:translate-y-1\/4{
    --tw-translate-y: 25% !important;
  }

  .xxl\:translate-y-2\/4{
    --tw-translate-y: 50% !important;
  }

  .xxl\:translate-y-3\/4{
    --tw-translate-y: 75% !important;
  }

  .xxl\:translate-y-full{
    --tw-translate-y: 100% !important;
  }

  .xxl\:-translate-y-1\/2{
    --tw-translate-y: -50% !important;
  }

  .xxl\:-translate-y-1\/3{
    --tw-translate-y: -33.333333% !important;
  }

  .xxl\:-translate-y-2\/3{
    --tw-translate-y: -66.666667% !important;
  }

  .xxl\:-translate-y-1\/4{
    --tw-translate-y: -25% !important;
  }

  .xxl\:-translate-y-2\/4{
    --tw-translate-y: -50% !important;
  }

  .xxl\:-translate-y-3\/4{
    --tw-translate-y: -75% !important;
  }

  .xxl\:-translate-y-full{
    --tw-translate-y: -100% !important;
  }

  .xxl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0 !important;
  }

  .xxl\:hover\:translate-x-1:hover{
    --tw-translate-x: 0.25rem !important;
  }

  .xxl\:hover\:translate-x-2:hover{
    --tw-translate-x: 0.5rem !important;
  }

  .xxl\:hover\:translate-x-3:hover{
    --tw-translate-x: 0.75rem !important;
  }

  .xxl\:hover\:translate-x-4:hover{
    --tw-translate-x: 1rem !important;
  }

  .xxl\:hover\:translate-x-5:hover{
    --tw-translate-x: 1.25rem !important;
  }

  .xxl\:hover\:translate-x-6:hover{
    --tw-translate-x: 1.5rem !important;
  }

  .xxl\:hover\:translate-x-8:hover{
    --tw-translate-x: 2rem !important;
  }

  .xxl\:hover\:translate-x-10:hover{
    --tw-translate-x: 2.5rem !important;
  }

  .xxl\:hover\:translate-x-12:hover{
    --tw-translate-x: 3rem !important;
  }

  .xxl\:hover\:translate-x-16:hover{
    --tw-translate-x: 3.75rem !important;
  }

  .xxl\:hover\:translate-x-20:hover{
    --tw-translate-x: 5rem !important;
  }

  .xxl\:hover\:translate-x-24:hover{
    --tw-translate-x: 5.425rem !important;
  }

  .xxl\:hover\:translate-x-32:hover{
    --tw-translate-x: 8rem !important;
  }

  .xxl\:hover\:translate-x-40:hover{
    --tw-translate-x: 10rem !important;
  }

  .xxl\:hover\:translate-x-48:hover{
    --tw-translate-x: 12.5rem !important;
  }

  .xxl\:hover\:translate-x-56:hover{
    --tw-translate-x: 14rem !important;
  }

  .xxl\:hover\:translate-x-64:hover{
    --tw-translate-x: 16rem !important;
  }

  .xxl\:hover\:translate-x-px:hover{
    --tw-translate-x: 1px !important;
  }

  .xxl\:hover\:-translate-x-1:hover{
    --tw-translate-x: -0.25rem !important;
  }

  .xxl\:hover\:-translate-x-2:hover{
    --tw-translate-x: -0.5rem !important;
  }

  .xxl\:hover\:-translate-x-3:hover{
    --tw-translate-x: -0.75rem !important;
  }

  .xxl\:hover\:-translate-x-4:hover{
    --tw-translate-x: -1rem !important;
  }

  .xxl\:hover\:-translate-x-5:hover{
    --tw-translate-x: -1.25rem !important;
  }

  .xxl\:hover\:-translate-x-6:hover{
    --tw-translate-x: -1.5rem !important;
  }

  .xxl\:hover\:-translate-x-8:hover{
    --tw-translate-x: -2rem !important;
  }

  .xxl\:hover\:-translate-x-10:hover{
    --tw-translate-x: -2.5rem !important;
  }

  .xxl\:hover\:-translate-x-12:hover{
    --tw-translate-x: -3rem !important;
  }

  .xxl\:hover\:-translate-x-16:hover{
    --tw-translate-x: -3.75rem !important;
  }

  .xxl\:hover\:-translate-x-20:hover{
    --tw-translate-x: -5rem !important;
  }

  .xxl\:hover\:-translate-x-24:hover{
    --tw-translate-x: -5.425rem !important;
  }

  .xxl\:hover\:-translate-x-32:hover{
    --tw-translate-x: -8rem !important;
  }

  .xxl\:hover\:-translate-x-40:hover{
    --tw-translate-x: -10rem !important;
  }

  .xxl\:hover\:-translate-x-48:hover{
    --tw-translate-x: -12.5rem !important;
  }

  .xxl\:hover\:-translate-x-56:hover{
    --tw-translate-x: -14rem !important;
  }

  .xxl\:hover\:-translate-x-64:hover{
    --tw-translate-x: -16rem !important;
  }

  .xxl\:hover\:-translate-x-px:hover{
    --tw-translate-x: -1px !important;
  }

  .xxl\:hover\:translate-x-1\/2:hover{
    --tw-translate-x: 50% !important;
  }

  .xxl\:hover\:translate-x-1\/3:hover{
    --tw-translate-x: 33.333333% !important;
  }

  .xxl\:hover\:translate-x-2\/3:hover{
    --tw-translate-x: 66.666667% !important;
  }

  .xxl\:hover\:translate-x-1\/4:hover{
    --tw-translate-x: 25% !important;
  }

  .xxl\:hover\:translate-x-2\/4:hover{
    --tw-translate-x: 50% !important;
  }

  .xxl\:hover\:translate-x-3\/4:hover{
    --tw-translate-x: 75% !important;
  }

  .xxl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100% !important;
  }

  .xxl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50% !important;
  }

  .xxl\:hover\:-translate-x-1\/3:hover{
    --tw-translate-x: -33.333333% !important;
  }

  .xxl\:hover\:-translate-x-2\/3:hover{
    --tw-translate-x: -66.666667% !important;
  }

  .xxl\:hover\:-translate-x-1\/4:hover{
    --tw-translate-x: -25% !important;
  }

  .xxl\:hover\:-translate-x-2\/4:hover{
    --tw-translate-x: -50% !important;
  }

  .xxl\:hover\:-translate-x-3\/4:hover{
    --tw-translate-x: -75% !important;
  }

  .xxl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100% !important;
  }

  .xxl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0 !important;
  }

  .xxl\:hover\:translate-y-1:hover{
    --tw-translate-y: 0.25rem !important;
  }

  .xxl\:hover\:translate-y-2:hover{
    --tw-translate-y: 0.5rem !important;
  }

  .xxl\:hover\:translate-y-3:hover{
    --tw-translate-y: 0.75rem !important;
  }

  .xxl\:hover\:translate-y-4:hover{
    --tw-translate-y: 1rem !important;
  }

  .xxl\:hover\:translate-y-5:hover{
    --tw-translate-y: 1.25rem !important;
  }

  .xxl\:hover\:translate-y-6:hover{
    --tw-translate-y: 1.5rem !important;
  }

  .xxl\:hover\:translate-y-8:hover{
    --tw-translate-y: 2rem !important;
  }

  .xxl\:hover\:translate-y-10:hover{
    --tw-translate-y: 2.5rem !important;
  }

  .xxl\:hover\:translate-y-12:hover{
    --tw-translate-y: 3rem !important;
  }

  .xxl\:hover\:translate-y-16:hover{
    --tw-translate-y: 3.75rem !important;
  }

  .xxl\:hover\:translate-y-20:hover{
    --tw-translate-y: 5rem !important;
  }

  .xxl\:hover\:translate-y-24:hover{
    --tw-translate-y: 5.425rem !important;
  }

  .xxl\:hover\:translate-y-32:hover{
    --tw-translate-y: 8rem !important;
  }

  .xxl\:hover\:translate-y-40:hover{
    --tw-translate-y: 10rem !important;
  }

  .xxl\:hover\:translate-y-48:hover{
    --tw-translate-y: 12.5rem !important;
  }

  .xxl\:hover\:translate-y-56:hover{
    --tw-translate-y: 14rem !important;
  }

  .xxl\:hover\:translate-y-64:hover{
    --tw-translate-y: 16rem !important;
  }

  .xxl\:hover\:translate-y-px:hover{
    --tw-translate-y: 1px !important;
  }

  .xxl\:hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem !important;
  }

  .xxl\:hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem !important;
  }

  .xxl\:hover\:-translate-y-3:hover{
    --tw-translate-y: -0.75rem !important;
  }

  .xxl\:hover\:-translate-y-4:hover{
    --tw-translate-y: -1rem !important;
  }

  .xxl\:hover\:-translate-y-5:hover{
    --tw-translate-y: -1.25rem !important;
  }

  .xxl\:hover\:-translate-y-6:hover{
    --tw-translate-y: -1.5rem !important;
  }

  .xxl\:hover\:-translate-y-8:hover{
    --tw-translate-y: -2rem !important;
  }

  .xxl\:hover\:-translate-y-10:hover{
    --tw-translate-y: -2.5rem !important;
  }

  .xxl\:hover\:-translate-y-12:hover{
    --tw-translate-y: -3rem !important;
  }

  .xxl\:hover\:-translate-y-16:hover{
    --tw-translate-y: -3.75rem !important;
  }

  .xxl\:hover\:-translate-y-20:hover{
    --tw-translate-y: -5rem !important;
  }

  .xxl\:hover\:-translate-y-24:hover{
    --tw-translate-y: -5.425rem !important;
  }

  .xxl\:hover\:-translate-y-32:hover{
    --tw-translate-y: -8rem !important;
  }

  .xxl\:hover\:-translate-y-40:hover{
    --tw-translate-y: -10rem !important;
  }

  .xxl\:hover\:-translate-y-48:hover{
    --tw-translate-y: -12.5rem !important;
  }

  .xxl\:hover\:-translate-y-56:hover{
    --tw-translate-y: -14rem !important;
  }

  .xxl\:hover\:-translate-y-64:hover{
    --tw-translate-y: -16rem !important;
  }

  .xxl\:hover\:-translate-y-px:hover{
    --tw-translate-y: -1px !important;
  }

  .xxl\:hover\:translate-y-1\/2:hover{
    --tw-translate-y: 50% !important;
  }

  .xxl\:hover\:translate-y-1\/3:hover{
    --tw-translate-y: 33.333333% !important;
  }

  .xxl\:hover\:translate-y-2\/3:hover{
    --tw-translate-y: 66.666667% !important;
  }

  .xxl\:hover\:translate-y-1\/4:hover{
    --tw-translate-y: 25% !important;
  }

  .xxl\:hover\:translate-y-2\/4:hover{
    --tw-translate-y: 50% !important;
  }

  .xxl\:hover\:translate-y-3\/4:hover{
    --tw-translate-y: 75% !important;
  }

  .xxl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100% !important;
  }

  .xxl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50% !important;
  }

  .xxl\:hover\:-translate-y-1\/3:hover{
    --tw-translate-y: -33.333333% !important;
  }

  .xxl\:hover\:-translate-y-2\/3:hover{
    --tw-translate-y: -66.666667% !important;
  }

  .xxl\:hover\:-translate-y-1\/4:hover{
    --tw-translate-y: -25% !important;
  }

  .xxl\:hover\:-translate-y-2\/4:hover{
    --tw-translate-y: -50% !important;
  }

  .xxl\:hover\:-translate-y-3\/4:hover{
    --tw-translate-y: -75% !important;
  }

  .xxl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100% !important;
  }

  .xxl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0 !important;
  }

  .xxl\:focus\:translate-x-1:focus{
    --tw-translate-x: 0.25rem !important;
  }

  .xxl\:focus\:translate-x-2:focus{
    --tw-translate-x: 0.5rem !important;
  }

  .xxl\:focus\:translate-x-3:focus{
    --tw-translate-x: 0.75rem !important;
  }

  .xxl\:focus\:translate-x-4:focus{
    --tw-translate-x: 1rem !important;
  }

  .xxl\:focus\:translate-x-5:focus{
    --tw-translate-x: 1.25rem !important;
  }

  .xxl\:focus\:translate-x-6:focus{
    --tw-translate-x: 1.5rem !important;
  }

  .xxl\:focus\:translate-x-8:focus{
    --tw-translate-x: 2rem !important;
  }

  .xxl\:focus\:translate-x-10:focus{
    --tw-translate-x: 2.5rem !important;
  }

  .xxl\:focus\:translate-x-12:focus{
    --tw-translate-x: 3rem !important;
  }

  .xxl\:focus\:translate-x-16:focus{
    --tw-translate-x: 3.75rem !important;
  }

  .xxl\:focus\:translate-x-20:focus{
    --tw-translate-x: 5rem !important;
  }

  .xxl\:focus\:translate-x-24:focus{
    --tw-translate-x: 5.425rem !important;
  }

  .xxl\:focus\:translate-x-32:focus{
    --tw-translate-x: 8rem !important;
  }

  .xxl\:focus\:translate-x-40:focus{
    --tw-translate-x: 10rem !important;
  }

  .xxl\:focus\:translate-x-48:focus{
    --tw-translate-x: 12.5rem !important;
  }

  .xxl\:focus\:translate-x-56:focus{
    --tw-translate-x: 14rem !important;
  }

  .xxl\:focus\:translate-x-64:focus{
    --tw-translate-x: 16rem !important;
  }

  .xxl\:focus\:translate-x-px:focus{
    --tw-translate-x: 1px !important;
  }

  .xxl\:focus\:-translate-x-1:focus{
    --tw-translate-x: -0.25rem !important;
  }

  .xxl\:focus\:-translate-x-2:focus{
    --tw-translate-x: -0.5rem !important;
  }

  .xxl\:focus\:-translate-x-3:focus{
    --tw-translate-x: -0.75rem !important;
  }

  .xxl\:focus\:-translate-x-4:focus{
    --tw-translate-x: -1rem !important;
  }

  .xxl\:focus\:-translate-x-5:focus{
    --tw-translate-x: -1.25rem !important;
  }

  .xxl\:focus\:-translate-x-6:focus{
    --tw-translate-x: -1.5rem !important;
  }

  .xxl\:focus\:-translate-x-8:focus{
    --tw-translate-x: -2rem !important;
  }

  .xxl\:focus\:-translate-x-10:focus{
    --tw-translate-x: -2.5rem !important;
  }

  .xxl\:focus\:-translate-x-12:focus{
    --tw-translate-x: -3rem !important;
  }

  .xxl\:focus\:-translate-x-16:focus{
    --tw-translate-x: -3.75rem !important;
  }

  .xxl\:focus\:-translate-x-20:focus{
    --tw-translate-x: -5rem !important;
  }

  .xxl\:focus\:-translate-x-24:focus{
    --tw-translate-x: -5.425rem !important;
  }

  .xxl\:focus\:-translate-x-32:focus{
    --tw-translate-x: -8rem !important;
  }

  .xxl\:focus\:-translate-x-40:focus{
    --tw-translate-x: -10rem !important;
  }

  .xxl\:focus\:-translate-x-48:focus{
    --tw-translate-x: -12.5rem !important;
  }

  .xxl\:focus\:-translate-x-56:focus{
    --tw-translate-x: -14rem !important;
  }

  .xxl\:focus\:-translate-x-64:focus{
    --tw-translate-x: -16rem !important;
  }

  .xxl\:focus\:-translate-x-px:focus{
    --tw-translate-x: -1px !important;
  }

  .xxl\:focus\:translate-x-1\/2:focus{
    --tw-translate-x: 50% !important;
  }

  .xxl\:focus\:translate-x-1\/3:focus{
    --tw-translate-x: 33.333333% !important;
  }

  .xxl\:focus\:translate-x-2\/3:focus{
    --tw-translate-x: 66.666667% !important;
  }

  .xxl\:focus\:translate-x-1\/4:focus{
    --tw-translate-x: 25% !important;
  }

  .xxl\:focus\:translate-x-2\/4:focus{
    --tw-translate-x: 50% !important;
  }

  .xxl\:focus\:translate-x-3\/4:focus{
    --tw-translate-x: 75% !important;
  }

  .xxl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100% !important;
  }

  .xxl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50% !important;
  }

  .xxl\:focus\:-translate-x-1\/3:focus{
    --tw-translate-x: -33.333333% !important;
  }

  .xxl\:focus\:-translate-x-2\/3:focus{
    --tw-translate-x: -66.666667% !important;
  }

  .xxl\:focus\:-translate-x-1\/4:focus{
    --tw-translate-x: -25% !important;
  }

  .xxl\:focus\:-translate-x-2\/4:focus{
    --tw-translate-x: -50% !important;
  }

  .xxl\:focus\:-translate-x-3\/4:focus{
    --tw-translate-x: -75% !important;
  }

  .xxl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100% !important;
  }

  .xxl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0 !important;
  }

  .xxl\:focus\:translate-y-1:focus{
    --tw-translate-y: 0.25rem !important;
  }

  .xxl\:focus\:translate-y-2:focus{
    --tw-translate-y: 0.5rem !important;
  }

  .xxl\:focus\:translate-y-3:focus{
    --tw-translate-y: 0.75rem !important;
  }

  .xxl\:focus\:translate-y-4:focus{
    --tw-translate-y: 1rem !important;
  }

  .xxl\:focus\:translate-y-5:focus{
    --tw-translate-y: 1.25rem !important;
  }

  .xxl\:focus\:translate-y-6:focus{
    --tw-translate-y: 1.5rem !important;
  }

  .xxl\:focus\:translate-y-8:focus{
    --tw-translate-y: 2rem !important;
  }

  .xxl\:focus\:translate-y-10:focus{
    --tw-translate-y: 2.5rem !important;
  }

  .xxl\:focus\:translate-y-12:focus{
    --tw-translate-y: 3rem !important;
  }

  .xxl\:focus\:translate-y-16:focus{
    --tw-translate-y: 3.75rem !important;
  }

  .xxl\:focus\:translate-y-20:focus{
    --tw-translate-y: 5rem !important;
  }

  .xxl\:focus\:translate-y-24:focus{
    --tw-translate-y: 5.425rem !important;
  }

  .xxl\:focus\:translate-y-32:focus{
    --tw-translate-y: 8rem !important;
  }

  .xxl\:focus\:translate-y-40:focus{
    --tw-translate-y: 10rem !important;
  }

  .xxl\:focus\:translate-y-48:focus{
    --tw-translate-y: 12.5rem !important;
  }

  .xxl\:focus\:translate-y-56:focus{
    --tw-translate-y: 14rem !important;
  }

  .xxl\:focus\:translate-y-64:focus{
    --tw-translate-y: 16rem !important;
  }

  .xxl\:focus\:translate-y-px:focus{
    --tw-translate-y: 1px !important;
  }

  .xxl\:focus\:-translate-y-1:focus{
    --tw-translate-y: -0.25rem !important;
  }

  .xxl\:focus\:-translate-y-2:focus{
    --tw-translate-y: -0.5rem !important;
  }

  .xxl\:focus\:-translate-y-3:focus{
    --tw-translate-y: -0.75rem !important;
  }

  .xxl\:focus\:-translate-y-4:focus{
    --tw-translate-y: -1rem !important;
  }

  .xxl\:focus\:-translate-y-5:focus{
    --tw-translate-y: -1.25rem !important;
  }

  .xxl\:focus\:-translate-y-6:focus{
    --tw-translate-y: -1.5rem !important;
  }

  .xxl\:focus\:-translate-y-8:focus{
    --tw-translate-y: -2rem !important;
  }

  .xxl\:focus\:-translate-y-10:focus{
    --tw-translate-y: -2.5rem !important;
  }

  .xxl\:focus\:-translate-y-12:focus{
    --tw-translate-y: -3rem !important;
  }

  .xxl\:focus\:-translate-y-16:focus{
    --tw-translate-y: -3.75rem !important;
  }

  .xxl\:focus\:-translate-y-20:focus{
    --tw-translate-y: -5rem !important;
  }

  .xxl\:focus\:-translate-y-24:focus{
    --tw-translate-y: -5.425rem !important;
  }

  .xxl\:focus\:-translate-y-32:focus{
    --tw-translate-y: -8rem !important;
  }

  .xxl\:focus\:-translate-y-40:focus{
    --tw-translate-y: -10rem !important;
  }

  .xxl\:focus\:-translate-y-48:focus{
    --tw-translate-y: -12.5rem !important;
  }

  .xxl\:focus\:-translate-y-56:focus{
    --tw-translate-y: -14rem !important;
  }

  .xxl\:focus\:-translate-y-64:focus{
    --tw-translate-y: -16rem !important;
  }

  .xxl\:focus\:-translate-y-px:focus{
    --tw-translate-y: -1px !important;
  }

  .xxl\:focus\:translate-y-1\/2:focus{
    --tw-translate-y: 50% !important;
  }

  .xxl\:focus\:translate-y-1\/3:focus{
    --tw-translate-y: 33.333333% !important;
  }

  .xxl\:focus\:translate-y-2\/3:focus{
    --tw-translate-y: 66.666667% !important;
  }

  .xxl\:focus\:translate-y-1\/4:focus{
    --tw-translate-y: 25% !important;
  }

  .xxl\:focus\:translate-y-2\/4:focus{
    --tw-translate-y: 50% !important;
  }

  .xxl\:focus\:translate-y-3\/4:focus{
    --tw-translate-y: 75% !important;
  }

  .xxl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100% !important;
  }

  .xxl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50% !important;
  }

  .xxl\:focus\:-translate-y-1\/3:focus{
    --tw-translate-y: -33.333333% !important;
  }

  .xxl\:focus\:-translate-y-2\/3:focus{
    --tw-translate-y: -66.666667% !important;
  }

  .xxl\:focus\:-translate-y-1\/4:focus{
    --tw-translate-y: -25% !important;
  }

  .xxl\:focus\:-translate-y-2\/4:focus{
    --tw-translate-y: -50% !important;
  }

  .xxl\:focus\:-translate-y-3\/4:focus{
    --tw-translate-y: -75% !important;
  }

  .xxl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100% !important;
  }

  .xxl\:skew-x-0{
    --tw-skew-x: 0deg !important;
  }

  .xxl\:skew-x-1{
    --tw-skew-x: 1deg !important;
  }

  .xxl\:skew-x-2{
    --tw-skew-x: 2deg !important;
  }

  .xxl\:skew-x-3{
    --tw-skew-x: 3deg !important;
  }

  .xxl\:skew-x-6{
    --tw-skew-x: 6deg !important;
  }

  .xxl\:skew-x-12{
    --tw-skew-x: 12deg !important;
  }

  .xxl\:-skew-x-12{
    --tw-skew-x: -12deg !important;
  }

  .xxl\:-skew-x-6{
    --tw-skew-x: -6deg !important;
  }

  .xxl\:-skew-x-3{
    --tw-skew-x: -3deg !important;
  }

  .xxl\:-skew-x-2{
    --tw-skew-x: -2deg !important;
  }

  .xxl\:-skew-x-1{
    --tw-skew-x: -1deg !important;
  }

  .xxl\:skew-y-0{
    --tw-skew-y: 0deg !important;
  }

  .xxl\:skew-y-1{
    --tw-skew-y: 1deg !important;
  }

  .xxl\:skew-y-2{
    --tw-skew-y: 2deg !important;
  }

  .xxl\:skew-y-3{
    --tw-skew-y: 3deg !important;
  }

  .xxl\:skew-y-6{
    --tw-skew-y: 6deg !important;
  }

  .xxl\:skew-y-12{
    --tw-skew-y: 12deg !important;
  }

  .xxl\:-skew-y-12{
    --tw-skew-y: -12deg !important;
  }

  .xxl\:-skew-y-6{
    --tw-skew-y: -6deg !important;
  }

  .xxl\:-skew-y-3{
    --tw-skew-y: -3deg !important;
  }

  .xxl\:-skew-y-2{
    --tw-skew-y: -2deg !important;
  }

  .xxl\:-skew-y-1{
    --tw-skew-y: -1deg !important;
  }

  .xxl\:hover\:skew-x-0:hover{
    --tw-skew-x: 0deg !important;
  }

  .xxl\:hover\:skew-x-1:hover{
    --tw-skew-x: 1deg !important;
  }

  .xxl\:hover\:skew-x-2:hover{
    --tw-skew-x: 2deg !important;
  }

  .xxl\:hover\:skew-x-3:hover{
    --tw-skew-x: 3deg !important;
  }

  .xxl\:hover\:skew-x-6:hover{
    --tw-skew-x: 6deg !important;
  }

  .xxl\:hover\:skew-x-12:hover{
    --tw-skew-x: 12deg !important;
  }

  .xxl\:hover\:-skew-x-12:hover{
    --tw-skew-x: -12deg !important;
  }

  .xxl\:hover\:-skew-x-6:hover{
    --tw-skew-x: -6deg !important;
  }

  .xxl\:hover\:-skew-x-3:hover{
    --tw-skew-x: -3deg !important;
  }

  .xxl\:hover\:-skew-x-2:hover{
    --tw-skew-x: -2deg !important;
  }

  .xxl\:hover\:-skew-x-1:hover{
    --tw-skew-x: -1deg !important;
  }

  .xxl\:hover\:skew-y-0:hover{
    --tw-skew-y: 0deg !important;
  }

  .xxl\:hover\:skew-y-1:hover{
    --tw-skew-y: 1deg !important;
  }

  .xxl\:hover\:skew-y-2:hover{
    --tw-skew-y: 2deg !important;
  }

  .xxl\:hover\:skew-y-3:hover{
    --tw-skew-y: 3deg !important;
  }

  .xxl\:hover\:skew-y-6:hover{
    --tw-skew-y: 6deg !important;
  }

  .xxl\:hover\:skew-y-12:hover{
    --tw-skew-y: 12deg !important;
  }

  .xxl\:hover\:-skew-y-12:hover{
    --tw-skew-y: -12deg !important;
  }

  .xxl\:hover\:-skew-y-6:hover{
    --tw-skew-y: -6deg !important;
  }

  .xxl\:hover\:-skew-y-3:hover{
    --tw-skew-y: -3deg !important;
  }

  .xxl\:hover\:-skew-y-2:hover{
    --tw-skew-y: -2deg !important;
  }

  .xxl\:hover\:-skew-y-1:hover{
    --tw-skew-y: -1deg !important;
  }

  .xxl\:focus\:skew-x-0:focus{
    --tw-skew-x: 0deg !important;
  }

  .xxl\:focus\:skew-x-1:focus{
    --tw-skew-x: 1deg !important;
  }

  .xxl\:focus\:skew-x-2:focus{
    --tw-skew-x: 2deg !important;
  }

  .xxl\:focus\:skew-x-3:focus{
    --tw-skew-x: 3deg !important;
  }

  .xxl\:focus\:skew-x-6:focus{
    --tw-skew-x: 6deg !important;
  }

  .xxl\:focus\:skew-x-12:focus{
    --tw-skew-x: 12deg !important;
  }

  .xxl\:focus\:-skew-x-12:focus{
    --tw-skew-x: -12deg !important;
  }

  .xxl\:focus\:-skew-x-6:focus{
    --tw-skew-x: -6deg !important;
  }

  .xxl\:focus\:-skew-x-3:focus{
    --tw-skew-x: -3deg !important;
  }

  .xxl\:focus\:-skew-x-2:focus{
    --tw-skew-x: -2deg !important;
  }

  .xxl\:focus\:-skew-x-1:focus{
    --tw-skew-x: -1deg !important;
  }

  .xxl\:focus\:skew-y-0:focus{
    --tw-skew-y: 0deg !important;
  }

  .xxl\:focus\:skew-y-1:focus{
    --tw-skew-y: 1deg !important;
  }

  .xxl\:focus\:skew-y-2:focus{
    --tw-skew-y: 2deg !important;
  }

  .xxl\:focus\:skew-y-3:focus{
    --tw-skew-y: 3deg !important;
  }

  .xxl\:focus\:skew-y-6:focus{
    --tw-skew-y: 6deg !important;
  }

  .xxl\:focus\:skew-y-12:focus{
    --tw-skew-y: 12deg !important;
  }

  .xxl\:focus\:-skew-y-12:focus{
    --tw-skew-y: -12deg !important;
  }

  .xxl\:focus\:-skew-y-6:focus{
    --tw-skew-y: -6deg !important;
  }

  .xxl\:focus\:-skew-y-3:focus{
    --tw-skew-y: -3deg !important;
  }

  .xxl\:focus\:-skew-y-2:focus{
    --tw-skew-y: -2deg !important;
  }

  .xxl\:focus\:-skew-y-1:focus{
    --tw-skew-y: -1deg !important;
  }

  .xxl\:transition-none{
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
  }

  .xxl\:transition-all{
    -webkit-transition-property: all !important;
    -o-transition-property: all !important;
    transition-property: all !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !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;
    -o-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 !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    -o-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    -o-transition-property: box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    -o-transition-property: transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
         -o-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;
         -o-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;
         -o-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;
         -o-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;
         -o-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .xxl\:duration-100{
    -webkit-transition-duration: 100ms !important;
         -o-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .xxl\:duration-150{
    -webkit-transition-duration: 150ms !important;
         -o-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .xxl\:duration-200{
    -webkit-transition-duration: 200ms !important;
         -o-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .xxl\:duration-300{
    -webkit-transition-duration: 300ms !important;
         -o-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .xxl\:duration-500{
    -webkit-transition-duration: 500ms !important;
         -o-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .xxl\:duration-700{
    -webkit-transition-duration: 700ms !important;
         -o-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .xxl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
         -o-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .xxl\:delay-75{
    -webkit-transition-delay: 75ms !important;
         -o-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .xxl\:delay-100{
    -webkit-transition-delay: 100ms !important;
         -o-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .xxl\:delay-150{
    -webkit-transition-delay: 150ms !important;
         -o-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .xxl\:delay-200{
    -webkit-transition-delay: 200ms !important;
         -o-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .xxl\:delay-300{
    -webkit-transition-delay: 300ms !important;
         -o-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .xxl\:delay-500{
    -webkit-transition-delay: 500ms !important;
         -o-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .xxl\:delay-700{
    -webkit-transition-delay: 700ms !important;
         -o-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .xxl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
         -o-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;
  }

  .xxl\:translate-x-half{
    -webkit-transform: translateX(50%) !important;
        -ms-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
  }

  .xxl\:col-count-1{
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }

  .xxl\:col-count-2{
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important;
  }

  .xxl\:col-count-3{
    -webkit-column-count: 3 !important;
       -moz-column-count: 3 !important;
            column-count: 3 !important;
  }

  .xxl\:col-gap-sm{
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .xxl\:col-gap-md{
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .xxl\:col-gap-lg{
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .xxl\:col-w-sm{
    -webkit-column-width: 120px !important;
       -moz-column-width: 120px !important;
            column-width: 120px !important;
  }

  .xxl\:col-w-md{
    -webkit-column-width: 240px !important;
       -moz-column-width: 240px !important;
            column-width: 240px !important;
  }

  .xxl\:col-w-lg{
    -webkit-column-width: 360px !important;
       -moz-column-width: 360px !important;
            column-width: 360px !important;
  }

  .xxl\:col-rule-transparent{
    -webkit-column-rule-color: transparent !important;
       -moz-column-rule-color: transparent !important;
            column-rule-color: transparent !important;
  }

  .xxl\:col-rule-black{
    -webkit-column-rule-color: #000 !important;
       -moz-column-rule-color: #000 !important;
            column-rule-color: #000 !important;
  }

  .xxl\:col-rule-white{
    -webkit-column-rule-color: #fff !important;
       -moz-column-rule-color: #fff !important;
            column-rule-color: #fff !important;
  }

  .xxl\:col-rule-red{
    -webkit-column-rule-color: #f33 !important;
       -moz-column-rule-color: #f33 !important;
            column-rule-color: #f33 !important;
  }

  .xxl\:col-rule-gray-100{
    -webkit-column-rule-color: #f3f3f3 !important;
       -moz-column-rule-color: #f3f3f3 !important;
            column-rule-color: #f3f3f3 !important;
  }

  .xxl\:col-rule-gray-200{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .xxl\:col-rule-gray-400{
    -webkit-column-rule-color: #7d7d7d !important;
       -moz-column-rule-color: #7d7d7d !important;
            column-rule-color: #7d7d7d !important;
  }

  .xxl\:col-rule-gray-500{
    -webkit-column-rule-color: #706F6F !important;
       -moz-column-rule-color: #706F6F !important;
            column-rule-color: #706F6F !important;
  }

  .xxl\:col-rule-gray-700{
    -webkit-column-rule-color: #333 !important;
       -moz-column-rule-color: #333 !important;
            column-rule-color: #333 !important;
  }

  .xxl\:col-rule-yellow-100{
    -webkit-column-rule-color: #fca745 !important;
       -moz-column-rule-color: #fca745 !important;
            column-rule-color: #fca745 !important;
  }

  .xxl\:col-rule-yellow-500{
    -webkit-column-rule-color: #FB9117 !important;
       -moz-column-rule-color: #FB9117 !important;
            column-rule-color: #FB9117 !important;
  }

  .xxl\:col-rule-blue-200{
    -webkit-column-rule-color: #1EC2FF !important;
       -moz-column-rule-color: #1EC2FF !important;
            column-rule-color: #1EC2FF !important;
  }

  .xxl\:col-rule-blue-300{
    -webkit-column-rule-color: #1E90FF !important;
       -moz-column-rule-color: #1E90FF !important;
            column-rule-color: #1E90FF !important;
  }

  .xxl\:col-rule-blue-400{
    -webkit-column-rule-color: #1a7cdb !important;
       -moz-column-rule-color: #1a7cdb !important;
            column-rule-color: #1a7cdb !important;
  }

  .xxl\:col-rule{
    -webkit-column-rule-color: #DADADA !important;
       -moz-column-rule-color: #DADADA !important;
            column-rule-color: #DADADA !important;
  }

  .xxl\:col-rule-0{
    -webkit-column-rule-width: 0px !important;
       -moz-column-rule-width: 0px !important;
            column-rule-width: 0px !important;
  }

  .xxl\:col-rule-2{
    -webkit-column-rule-width: 2px !important;
       -moz-column-rule-width: 2px !important;
            column-rule-width: 2px !important;
  }

  .xxl\:col-rule-4{
    -webkit-column-rule-width: 4px !important;
       -moz-column-rule-width: 4px !important;
            column-rule-width: 4px !important;
  }

  .xxl\:col-rule-8{
    -webkit-column-rule-width: 8px !important;
       -moz-column-rule-width: 8px !important;
            column-rule-width: 8px !important;
  }

  .xxl\:col-rule-DEFAULT{
    -webkit-column-rule-width: 1px !important;
       -moz-column-rule-width: 1px !important;
            column-rule-width: 1px !important;
  }

  .xxl\:col-rule-none{
    -webkit-column-rule-style: none !important;
       -moz-column-rule-style: none !important;
            column-rule-style: none !important;
  }

  .xxl\:col-rule-hidden{
    -webkit-column-rule-style: hidden !important;
       -moz-column-rule-style: hidden !important;
            column-rule-style: hidden !important;
  }

  .xxl\:col-rule-dotted{
    -webkit-column-rule-style: dotted !important;
       -moz-column-rule-style: dotted !important;
            column-rule-style: dotted !important;
  }

  .xxl\:col-rule-dashed{
    -webkit-column-rule-style: dashed !important;
       -moz-column-rule-style: dashed !important;
            column-rule-style: dashed !important;
  }

  .xxl\:col-rule-solid{
    -webkit-column-rule-style: solid !important;
       -moz-column-rule-style: solid !important;
            column-rule-style: solid !important;
  }

  .xxl\:col-rule-double{
    -webkit-column-rule-style: double !important;
       -moz-column-rule-style: double !important;
            column-rule-style: double !important;
  }

  .xxl\:col-rule-groove{
    -webkit-column-rule-style: groove !important;
       -moz-column-rule-style: groove !important;
            column-rule-style: groove !important;
  }

  .xxl\:col-rule-ridge{
    -webkit-column-rule-style: ridge !important;
       -moz-column-rule-style: ridge !important;
            column-rule-style: ridge !important;
  }

  .xxl\:col-rule-inset{
    -webkit-column-rule-style: inset !important;
       -moz-column-rule-style: inset !important;
            column-rule-style: inset !important;
  }

  .xxl\:col-rule-outset{
    -webkit-column-rule-style: outset !important;
       -moz-column-rule-style: outset !important;
            column-rule-style: outset !important;
  }

  .xxl\:col-fill-auto{
    -webkit-column-fill: auto !important;
       -moz-column-fill: auto !important;
            column-fill: auto !important;
  }

  .xxl\:col-fill-balance{
    -webkit-column-fill: balance !important;
       -moz-column-fill: balance !important;
            column-fill: balance !important;
  }

  .xxl\:col-fill-balance-all{
    -webkit-column-fill: balance-all !important;
       -moz-column-fill: balance-all !important;
            column-fill: balance-all !important;
  }

  .xxl\:col-span-none{
    -webkit-column-span: none !important;
       -moz-column-span: none !important;
            column-span: none !important;
  }

  .xxl\:col-span-all{
    -webkit-column-span: all !important;
       -moz-column-span: all !important;
            column-span: all !important;
  }

  .xxl\:aspect-ratio-none{
    padding-bottom: 0 !important;
  }

  .xxl\:aspect-ratio-square{
    padding-bottom: 100% !important;
  }

  .xxl\:aspect-ratio-16\/9{
    padding-bottom: 56.25% !important;
  }

  .xxl\:aspect-ratio-4\/3{
    padding-bottom: 75% !important;
  }

  .xxl\:aspect-ratio-21\/9{
    padding-bottom: 42.857142857142854% !important;
  }

  .xxl\:m-between-children > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .xxl\:m-between-children-0 > :not(:first-child) {
    margin-top: 0;
  }

  .xxl\:m-between-children-1 > :not(:first-child) {
    margin-top: 0.25rem;
  }

  .xxl\:m-between-children-2 > :not(:first-child) {
    margin-top: 0.5rem;
  }

  .xxl\:m-between-children-3 > :not(:first-child) {
    margin-top: 0.75rem;
  }

  .xxl\:m-between-children-4 > :not(:first-child) {
    margin-top: 1rem;
  }

  .xxl\:m-between-children-5 > :not(:first-child) {
    margin-top: 1.25rem;
  }

  .xxl\:m-between-children-6 > :not(:first-child) {
    margin-top: 1.5rem;
  }

  .xxl\:m-between-children-8 > :not(:first-child) {
    margin-top: 2rem;
  }

  .xxl\:m-between-children-10 > :not(:first-child) {
    margin-top: 2.5rem;
  }

  .xxl\:m-between-children-12 > :not(:first-child) {
    margin-top: 3rem;
  }

  .xxl\:m-between-children-16 > :not(:first-child) {
    margin-top: 3.75rem;
  }

  .xxl\:m-between-children-20 > :not(:first-child) {
    margin-top: 5rem;
  }

  .xxl\:m-between-children-24 > :not(:first-child) {
    margin-top: 5.425rem;
  }

  .xxl\:m-between-children-32 > :not(:first-child) {
    margin-top: 8rem;
  }

  .xxl\:m-between-children-40 > :not(:first-child) {
    margin-top: 10rem;
  }

  .xxl\:m-between-children-48 > :not(:first-child) {
    margin-top: 12.5rem;
  }

  .xxl\:m-between-children-56 > :not(:first-child) {
    margin-top: 14rem;
  }

  .xxl\:m-between-children-64 > :not(:first-child) {
    margin-top: 16rem;
  }

  .xxl\:m-between-children-px > :not(:first-child) {
    margin-top: 1px;
  }

  .xxl\:hm-between-children > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .xxl\:hm-between-children-0 > :not(:first-child) {
    margin-left: 0;
  }

  .xxl\:hm-between-children-1 > :not(:first-child) {
    margin-left: 0.25rem;
  }

  .xxl\:hm-between-children-2 > :not(:first-child) {
    margin-left: 0.5rem;
  }

  .xxl\:hm-between-children-3 > :not(:first-child) {
    margin-left: 0.75rem;
  }

  .xxl\:hm-between-children-4 > :not(:first-child) {
    margin-left: 1rem;
  }

  .xxl\:hm-between-children-5 > :not(:first-child) {
    margin-left: 1.25rem;
  }

  .xxl\:hm-between-children-6 > :not(:first-child) {
    margin-left: 1.5rem;
  }

  .xxl\:hm-between-children-8 > :not(:first-child) {
    margin-left: 2rem;
  }

  .xxl\:hm-between-children-10 > :not(:first-child) {
    margin-left: 2.5rem;
  }

  .xxl\:hm-between-children-12 > :not(:first-child) {
    margin-left: 3rem;
  }

  .xxl\:hm-between-children-16 > :not(:first-child) {
    margin-left: 3.75rem;
  }

  .xxl\:hm-between-children-20 > :not(:first-child) {
    margin-left: 5rem;
  }

  .xxl\:hm-between-children-24 > :not(:first-child) {
    margin-left: 5.425rem;
  }

  .xxl\:hm-between-children-32 > :not(:first-child) {
    margin-left: 8rem;
  }

  .xxl\:hm-between-children-40 > :not(:first-child) {
    margin-left: 10rem;
  }

  .xxl\:hm-between-children-48 > :not(:first-child) {
    margin-left: 12.5rem;
  }

  .xxl\:hm-between-children-56 > :not(:first-child) {
    margin-left: 14rem;
  }

  .xxl\:hm-between-children-64 > :not(:first-child) {
    margin-left: 16rem;
  }

  .xxl\:hm-between-children-px > :not(:first-child) {
    margin-left: 1px;
  }

  .xxl\:m-trim > :first-child {
    margin-top: 0;
  }

  .xxl\:m-trim > :last-child {
    margin-bottom: 0;
  }

  .xxl\:hm-trim > :first-child {
    margin-left: 0;
  }

  .xxl\:hm-trim > :last-child {
    margin-right: 0;
  }
}